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 f50244d commit 6a74a31Copy full SHA for 6a74a31
specs/message.spec.ts
@@ -1,6 +1,6 @@
1
import { describe, expect, test as spec } from 'bun:test';
2
3
-import { message } from '#index';
+import { message } from '#src/index.ts';
4
5
describe('Send Message', async () => {
6
spec('should return "Hello!"', async () => {
0 commit comments