Skip to content
This repository was archived by the owner on Sep 25, 2024. It is now read-only.

Commit 537f79c

Browse files
committed
fixup! feat: add test
1 parent 3992fcb commit 537f79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test1/test1.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function resolve(file: string) {
77
return path.resolve(__dirname, file);
88
}
99

10-
it('test0', async () => {
10+
it('test1', async () => {
1111
const filename = resolve('Input.svelte');
1212

1313
const source = await fs.readFile(filename, 'utf-8');

0 commit comments

Comments
 (0)