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 b81c7bc commit a0ab552Copy full SHA for a0ab552
placeholder.test.ts
@@ -0,0 +1,5 @@
1
+import { test, expect } from 'bun:test';
2
+
3
+test('placeholder', () => {
4
+ expect(true).toBe(true);
5
+});
0 commit comments