1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2026-04-25 14:23:28 +02:00
Files

17 lines
388 B
JSON
Raw Permalink Normal View History

{
"name": "test",
"type": "module",
"devDependencies": {
"@types/mocha": "^10.0.10",
"@wdio/cli": "^9.19.2",
"@wdio/local-runner": "^9.5.3",
"@wdio/mocha-framework": "^9.5.0",
"@wdio/static-server-service": "^9.5.0"
},
"scripts": {
"start": "npm run test",
"test": "wdio run ./wdio.conf.ts",
"test-mdbook": "wdio run ./wdio.conf-mdbook.ts"
}
}