Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 9, 2024
1 parent 6247f5e commit 78192c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"version": "0.0.1",
"description": "Some webgpu Tutorials",
"main": "index.js",
"type": "module",
"devDependencies": {
"@gfxfundamentals/lesson-builder": "github:gfxfundamentals/lesson-builder#v2.3.2",
"@gfxfundamentals/live-editor": "github:gfxfundamentals/live-editor#v1.5.1",
Expand Down Expand Up @@ -45,7 +44,7 @@
"lint": "npm run eslint",
"pre-push": "ld-check-dependencies && grunt eslint && npm test",
"pre-build": "grunt eslint",
"test": "node test/puppeteer.js",
"test": "node test/puppeteer.mjs",
"test-links": "check-all-the-errors --follow-links=both --output=webgpufundamentals.check.json out \"*.html\"",
"generate-wgsl-function-reference": "node build/generate-wgsl-function-reference.js",
"check-external-refs": "node build/check-external-refs.js"
Expand Down
File renamed without changes.

0 comments on commit 78192c8

Please sign in to comment.