test sources was moved to '_infrastructure/tests' directory

This commit is contained in:
Diullei Gomes
2013-02-23 19:45:34 -03:00
parent f916e31d76
commit f3ec063234
12 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -2,6 +2,6 @@
"name": "DefinitelyTyped",
"version": "0.0.0",
"scripts": {
"test": "node ./_tests/testRunner.js"
"test": "node ./_infrastructure/tests/testRunner.js"
}
}