Skip to content

Commit cbc8800

Browse files
ljqxariya
authored andcommitted
Update test262 to latest version
1 parent 4f52923 commit cbc8800

File tree

2 files changed

+2459
-48
lines changed

2 files changed

+2459
-48
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"api-tests": "mocha -R dot test/api-tests.js",
7676
"grammar-tests": "node test/grammar-tests.js",
7777
"regression-tests": "node test/regression-tests.js",
78-
"test-262": "npm install git+https://[email protected]/tc39/test262.git#2ee38641 && node test/test-262.js",
78+
"test-262": "npm install git+https://[email protected]/tc39/test262.git#36d2d2d && node test/test-262.js",
7979
"all-tests": "npm run verify-line-ending && npm run generate-fixtures && npm run unit-tests && npm run api-tests && npm run grammar-tests && npm run regression-tests && npm run hostile-env-tests",
8080
"verify-line-ending": "node test/verify-line-ending.js",
8181
"generate-fixtures": "node tools/generate-fixtures.js",

0 commit comments

Comments
 (0)