Skip to content

Commit d7f0e5f

Browse files
author
falsandtru
committed
Amendment
1 parent 12d2050 commit d7f0e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@
8787
"test-generated": "mocha --reporter dot ./espowered_tests/**/*_test.js",
8888
"test-browser": "mocha-phantomjs --reporter dot test/test-browser.html",
8989
"test-amd": "mocha-phantomjs --reporter dot test/test-amd.html",
90-
"test-all": "npm run test-unit && npm run test-generated && npm run test-browser && npm run test-amd && npm run test-typings",
9190
"test-typings": "node node_modules/typescript/lib/tsc -p ./",
91+
"test-all": "npm run test-unit && npm run test-generated && npm run test-browser && npm run test-amd && npm run test-typings",
9292
"test": "npm run setup && npm run test-all"
9393
}
9494
}

0 commit comments

Comments
 (0)