Przeglądaj źródła

Fix import path

Steven Silvester 8 lat temu
rodzic
commit
aac1403601
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      test/src/application/loader.spec.ts

+ 1 - 1
test/src/application/loader.spec.ts

@@ -5,7 +5,7 @@ import expect = require('expect.js');
 
 import {
   ModuleLoader
-} from '../../lib/application/loader';
+} from '../../../lib/application/loader';
 
 
 describe('ModuleLoader', () => {