Skip to content

Commit 6b7d06b

Browse files
committed
rename test dir: teststest
1 parent 23fd01d commit 6b7d06b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"build:types": "tsc -p ./tsconfig.json",
2727
"build:vite": "vite build",
2828
"prepare": "npm run build",
29-
"test": "node --experimental-default-config-file --test --experimental-test-coverage **/tests/**/*.test.ts",
29+
"test": "node --experimental-default-config-file --test --experimental-test-coverage **/test/**/*.test.ts",
3030
"test:update": "npm test -- --experimental-test-snapshots",
3131
"lint": "run-p lint:*",
3232
"lint:biome": "biome check .",
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.

tests/page/index.test.ts test/page/index.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe("page", () => {
1616

1717
it("https://scrapbox.io/help/Syntax", ({ assert }) => {
1818
const input = fs
19-
.readFileSync(path.resolve("tests/page/input.txt"))
19+
.readFileSync(path.resolve(import.meta.dirname, "input.txt"))
2020
.toString();
2121
assert.snapshot(parse(input, { hasTitle: true }));
2222
});
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)