Skip to content

Commit 0eb9dbe

Browse files
chore: add placeholder test for CI
1 parent 4a3b23d commit 0eb9dbe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/index.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { describe, expect, it } from 'bun:test'
2+
3+
describe('devtools', () => {
4+
it('should be truthy', () => {
5+
expect(true).toBe(true)
6+
})
7+
})

0 commit comments

Comments
 (0)