Update test for extensions

This commit is contained in:
Faisal Salman
2024-06-08 00:07:16 +07:00
parent db3423a76c
commit bdcd927304
8 changed files with 284 additions and 90 deletions

View File

@@ -206,7 +206,7 @@
"test:eslint": "eslint src && eslint script",
"test:jshint": "jshint src/main",
"test:lockfile-lint": "npx lockfile-lint -p package-lock.json",
"test:mocha": "mocha -R list test/mocha*js",
"test:mocha": "mocha test/mocha*js",
"test:playwright": "playwright test"
},
"devDependencies": {