Skip to content

Commit

Permalink
move std/ and tests/ to docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Sep 24, 2024
1 parent 8549d87 commit 0a1b3bf
Show file tree
Hide file tree
Showing 157 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
move std/ and tests/ to docs/

`Stmts.Test` -- `test { ... }` and `test <description> { ... }`

- move snapshot tests to `test:cic`
Expand Down
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.
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.
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.
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.
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.
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.
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.
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"build": "tsc",
"build:watch": "tsc --watch",
"test:ts": "vitest --dir src --run",
"test:cic:tests": "test-runner snapshot 'node ./bin/cic.js --no-color' 'tests/**/*.(cic|md)' --exclude 'tests/**/*.(error|todo).(cic|md)'",
"test:cic:tests-error": "test-runner snapshot-error 'node ./bin/cic.js --no-color' 'tests/**/*.error.(cic|md)'",
"test:cic:std": "test-runner snapshot 'node ./bin/cic.js --no-color' 'std/**/*.(cic|md)' --exclude 'std/**/*.(error|todo).(cic|md)'",
"test:cic:std-error": "test-runner snapshot-error 'node ./bin/cic.js --no-color' 'std/**/*.error.(cic|md)'",
"test:cic:tests": "test-runner snapshot 'node ./bin/cic.js --no-color' 'docs/tests/**/*.(cic|md)' --exclude 'tests/**/*.(error|todo).(cic|md)'",
"test:cic:tests-error": "test-runner snapshot-error 'node ./bin/cic.js --no-color' 'docs/tests/**/*.error.(cic|md)'",
"test:cic:std": "test-runner snapshot 'node ./bin/cic.js --no-color' 'docs/std/**/*.(cic|md)' --exclude 'docs/std/**/*.(error|todo).(cic|md)'",
"test:cic:std-error": "test-runner snapshot-error 'node ./bin/cic.js --no-color' 'docs/std/**/*.error.(cic|md)'",
"test:cic": "npm run test:cic:tests && npm run test:cic:tests-error && npm run test:cic:std && npm run test:cic:std-error",
"test": "npm run test:ts && npm run test:cic",
"format": "prettier src --write"
Expand Down

0 comments on commit 0a1b3bf

Please sign in to comment.