Skip to content

Commit e9f449c

Browse files
authored
Merge pull request #29 from node-usb/no-coffee
Remove coffeescript
2 parents 2ae97a7 + acc816b commit e9f449c

5 files changed

Lines changed: 386 additions & 316 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ npm run build:all
276276
To execute the unit tests, Run:
277277

278278
```bash
279-
npm run full-test
279+
npm run test
280280
```
281281

282282
Some tests require an [attached STM32F103 Microprocessor USB device with specific firmware](https://github.com/node-usb/node-usb-test-firmware).

package-lock.json

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"build:all": "npm run build && npm run build:ts",
4848
"format": "cargo fmt",
4949
"format:check": "cargo fmt -- --check",
50-
"full-test": "mocha --timeout 10000 --require coffeescript/register test/*.coffee",
50+
"test": "mocha --timeout 10000 test/*.js",
5151
"prepublishOnly": "napi prepublish -t npm",
5252
"version": "node ./scripts/version.mjs && git add Cargo.toml",
5353
"create-npm-dirs": "napi create-npm-dirs",
@@ -58,7 +58,6 @@
5858
},
5959
"devDependencies": {
6060
"@napi-rs/cli": "^3.7.0",
61-
"coffeescript": "^2.7.0",
6261
"mocha": "^11.7.6",
6362
"typedoc": "^0.28.19",
6463
"typescript": "^6.0.3"

test/webusb.coffee

Lines changed: 0 additions & 299 deletions
This file was deleted.

0 commit comments

Comments
 (0)