Skip to content

Commit 6a74a31

Browse files
authored
refactor: change path
Signed-off-by: nikkeyl <131481562+nikkeyl@users.noreply.github.com>
1 parent f50244d commit 6a74a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/message.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { describe, expect, test as spec } from 'bun:test';
22

3-
import { message } from '#index';
3+
import { message } from '#src/index.ts';
44

55
describe('Send Message', async () => {
66
spec('should return "Hello!"', async () => {

0 commit comments

Comments
 (0)