mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 08:13:24 +00:00
Check browser compile compatibility in integration tests
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
"test": "vitest run",
|
||||
"test:dev": "ts-node ./src/dev-cli.ts",
|
||||
"test:watch": "vitest",
|
||||
"test:integration": "node ./tests/cjs && node ./tests/esm",
|
||||
"test:integration": "node ./tests/cjs && node ./tests/esm && node ./tests/browser",
|
||||
"test:coverage": "vitest run --coverage",
|
||||
"lint": "eslint --ext .ts,.js src/",
|
||||
"lint:fix": "eslint --fix --ext .ts,.js src/",
|
||||
@@ -65,6 +65,7 @@
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"node-fetch": "^2.7.0",
|
||||
"prettier": "^2.6.2",
|
||||
"puppeteer": "^21.6.1",
|
||||
"spinnies": "^0.5.1",
|
||||
"ts-node": "^10.9.1",
|
||||
"tsc-alias": "^1.6.7",
|
||||
|
||||
Reference in New Issue
Block a user