Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
build: remove old test files, deps and config
Browse files Browse the repository at this point in the history
  • Loading branch information
klizter committed Aug 16, 2023
1 parent 0fabdb8 commit ef5f170
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 164 deletions.
129 changes: 0 additions & 129 deletions bin/test.js

This file was deleted.

27 changes: 3 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"scripts": {
"build": "rollup --config",
"install": "node -r esm bin/index.js --install",
"postinstall": "webdriver-manager update",
"outdated": "node -r esm bin/index.js --outdated",
"publish:preminor": "node -r esm bin/index.js --publish=preminor",
"publish:prepatch": "node -r esm bin/index.js --publish=prepatch",
Expand All @@ -20,12 +19,11 @@
"publish:major": "node -r esm bin/index.js --publish=major",
"start": "rollup --config --watch",
"static-publish": "npm run build && static-publish --directory=packages --account=nrk-core --latest --major",
"test": "npm run build && npm run protractor && npm run lint",
"test": "npm run build && npx playwright test && npm run lint",
"test-remote": "npm run build && npm run test-remote-run && npm run lint",
"test-remote-run": "export NODE_ENV=test-remote; npm run protractor",
"test-server": "npm run build && http-server ./packages -p 10003",
"lint": "standard -v",
"protractor": "node -r esm node_modules/.bin/protractor bin/test.js"
"lint": "standard -v"
},
"devDependencies": {
"@babel/core": "7.21.4",
Expand All @@ -36,37 +34,18 @@
"@rollup/plugin-commonjs": "24.0.1",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.0.2",
"@webcomponents/custom-elements": "1.6.0",
"dotenv": "16.0.3",
"esm": "3.2.25",
"fast-glob": "3.2.12",
"http-server": "14.1.1",
"jasmine-spec-reporter": "7.0.0",
"protractor": "7.0.0",
"regenerator-runtime": "0.13.11",
"rollup": "2.79.1",
"rollup-plugin-serve": "2.0.2",
"rollup-plugin-terser": "7.0.2",
"standard": "17.0.0"
},
"standard": {
"globals": [
"HTMLElement",
"protractor",
"jasmine",
"describe",
"fdescribe",
"it",
"fit",
"expect",
"browser",
"$",
"$$",
"beforeEach",
"beforeAll",
"afterEach",
"afterAll",
"ExpectedConditions"
"HTMLElement"
]
}
}
11 changes: 0 additions & 11 deletions packages/test-utils.js

This file was deleted.

0 comments on commit ef5f170

Please sign in to comment.