You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .circleci/config.yml
+3
Original file line number
Diff line number
Diff line change
@@ -400,6 +400,9 @@ jobs:
400
400
- run:
401
401
name: Test plot-schema.json diff - If failed, after (npm start) you could run (npm run schema && git add test/plot-schema.json && git commit -m "update plot-schema diff")
Copy file name to clipboardexpand all lines: package.json
+1
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@
48
48
"test-export": "node test/image/export_test.js",
49
49
"test-syntax": "node tasks/test_syntax.js && npm run find-strings -- --no-output",
50
50
"test-bundle": "node tasks/test_bundle.js",
51
+
"test-amdefine": "node tasks/test_amdefine.js",
51
52
"test-requirejs": "node tasks/test_requirejs.js",
52
53
"test-plain-obj": "node tasks/test_plain_obj.js",
53
54
"test": "npm run test-jasmine -- --nowatch && npm run test-bundle && npm run test-image && npm run test-export && npm run test-syntax && npm run lint",
0 commit comments