Skip to content

Commit

Permalink
added 3d test to prevent non 3d tests getting called
Browse files Browse the repository at this point in the history
  • Loading branch information
luguenth authored Jul 17, 2024
1 parent 1afd26e commit 9449364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"clean": "rimraf -rf dist-umd dist-var types",
"lint:all": "prettier --write \"./src/**/*.{js,jsx,json,css,ts,tsx}\"",
"prepublishOnly": "npm run build && npm run test",
"test": "mocha",
"test": "mocha --config=mocha_3d_tests.js",
"test:3d": "mocha --config=mocha_3d_tests.js",
"watch": "npm run build:esmodule -- --watch"
},
Expand Down

0 comments on commit 9449364

Please sign in to comment.