Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Apr 21, 2024
1 parent 1465f35 commit 75647bc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/test.ts
Original file line number Diff line number Diff line change
@@ -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
})

0 comments on commit 75647bc

Please sign in to comment.