Browse Source

Add observable list tests to test index.

Afshin Darian 8 years ago
parent
commit
91e8d65c3c
1 changed files with 1 additions and 0 deletions
  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';