Explorar el Código

Add observable list tests to test index.

Afshin Darian hace 8 años
padre
commit
91e8d65c3c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test/src/index.ts

+ 1 - 0
test/src/index.ts

@@ -2,6 +2,7 @@
 // Distributed under the terms of the Modified BSD License.
 
 import './common/activitymonitor.spec';
+import './common/observablelist.spec';
 
 import './dialog/dialog.spec';