Skip to content

Commit

Permalink
move examples/ and tests/ out of lang/
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Oct 3, 2024
1 parent 1379dbc commit 035f31f
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@
"build": "tsc",
"build:watch": "tsc --watch",
"test:node": "node --test",
"test:lang:tests": "test-runner snapshot './bin/explicit-substitution.js run' 'docs/lang/**/*.scm' --exclude 'docs/lang/**/*.error.scm'",
"test:lang:tests-error": "test-runner snapshot-error './bin/explicit-substitution.js run' 'docs/lang/**/*.error.scm'",
"test:lang": "npm run test:lang:tests && npm run test:lang:tests-error",
"test:lang:tests": "test-runner snapshot './bin/explicit-substitution.js run' 'docs/tests/**/*.scm' --exclude 'docs/tests/**/*.error.scm'",
"test:lang:tests-error": "test-runner snapshot-error './bin/explicit-substitution.js run' 'docs/tests/**/*.error.scm'",
"test:lang:examples": "test-runner snapshot './bin/explicit-substitution.js run' 'docs/examples/**/*.scm' --exclude 'docs/examples/**/*.error.scm'",
"test:lang:examples-error": "test-runner snapshot-error './bin/explicit-substitution.js run' 'docs/examples/**/*.error.scm'",
"test:lang": "npm run test:lang:tests && npm run test:lang:tests-error && npm run test:lang:examples && npm run test:lang:examples-error",
"test": "npm run test:node && npm run test:lang",
"format": "prettier src docs --write"
},
Expand Down

0 comments on commit 035f31f

Please sign in to comment.