Skip to content

Commit

Permalink
chore: removed unused manual browser test page
Browse files Browse the repository at this point in the history
  • Loading branch information
semmel committed Jul 21, 2024
1 parent 840d7bf commit 2c850f5
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 11,513 deletions.
1 change: 0 additions & 1 deletion .github/workflows/node.js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
node-version: '20.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run setup:test
- run: npm publish --provenance --access public
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,8 @@
"copy_ts_defs_into_root": "cp ./src/*.d.ts .",
"postpack": "npm run remove_ts_defs_from_root",
"prepack": "npm run test:coverage && npm run build:cjs && npm run copy_ts_defs_into_root",
"publish:docs": "mkdocs gh-deploy",
"publish:docs": "npm run build:docs && mkdocs gh-deploy",
"remove_ts_defs_from_root": "rm -v ./*.d.ts",
"setup:chai": "rollup --input node_modules/chai/chai.js --file test/helpers/chai.mjs -c scripts/rollup.cjs-dependencies.config.js",
"setup:test": "npm run setup:chai",
"test": "mocha",
"test:coverage": "c8 mocha",
"test:individual": "npx mocha --no-config test/readmeExampleTest.mjs"
Expand Down
27 changes: 0 additions & 27 deletions test/browser/index.html

This file was deleted.

4 changes: 0 additions & 4 deletions test/browser/runner.js

This file was deleted.

6 changes: 0 additions & 6 deletions test/browser/setup.js

This file was deleted.

Loading

0 comments on commit 2c850f5

Please sign in to comment.