Skip to content

Commit 2744a4b

Browse files
committed
remove AMD tests
1 parent 45fc106 commit 2744a4b

File tree

4 files changed

+0
-62
lines changed

4 files changed

+0
-62
lines changed

.circleci/config.yml

-6
Original file line numberDiff line numberDiff line change
@@ -464,12 +464,6 @@ jobs:
464464
- run:
465465
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")
466466
command: diff --unified --color dist/plot-schema.json test/plot-schema.json
467-
- run:
468-
name: Test plotly.min.js import using amdefine
469-
command: npm run test-amdefine
470-
- run:
471-
name: Test plotly.min.js import using requirejs
472-
command: npm run test-requirejs
473467

474468
test-stackgl-bundle:
475469
docker:

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@
4747
"test-export": "node test/image/export_test.js",
4848
"test-syntax": "node tasks/test_syntax.js && npm run find-strings -- --no-output",
4949
"test-bundle": "node tasks/test_bundle.js",
50-
"test-amdefine": "node tasks/test_amdefine.js",
51-
"test-requirejs": "node tasks/test_requirejs.js",
5250
"test-plain-obj": "node tasks/test_plain_obj.mjs",
5351
"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",
5452
"b64": "python3 test/image/generate_b64_mocks.py && node devtools/test_dashboard/server.mjs",

tasks/test_amdefine.js

-28
This file was deleted.

tasks/test_requirejs.js

-26
This file was deleted.

0 commit comments

Comments
 (0)