diff --git a/src/test.ts b/src/test.ts new file mode 100644 index 00000000..d23d4a45 --- /dev/null +++ b/src/test.ts @@ -0,0 +1,11 @@ +import { test } from "node:test" +import assert from "node:assert" + +test('snapshot docs/**/*.ch', () => { + assert +}) + + +test('snapshot docs/**/*.error.ch', () => { + assert +})