We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6058f commit 0fe519cCopy full SHA for 0fe519c
test/placeholder.ts
@@ -0,0 +1,5 @@
1
+import { test, expect } from 'bun:test';
2
+
3
+test('placeholder test', () => {
4
+ expect(true).toBe(true);
5
+});
0 commit comments