Rename .integration to .test, this fixes debugging that test

This commit is contained in:
Daniel Imms
2019-06-08 11:58:52 -07:00
parent a29c0fa095
commit 4493ed2575
2 changed files with 1 additions and 3 deletions
+1 -3
View File
@@ -12,9 +12,7 @@ env.NODE_PATH = path.resolve(__dirname, '../out');
let testFiles = [
'./out/*test.js',
'./out/**/*test.js',
'./out/*integration.js',
'./out/**/*integration.js'
'./out/**/*test.js'
];
// ability to inject particular test files via