Skip to content

Commit

Permalink
refactor: change path
Browse files Browse the repository at this point in the history
Signed-off-by: nikkeyl <131481562+nikkeyl@users.noreply.github.com>
  • Loading branch information
nikkeyl authored Dec 22, 2024
1 parent f50244d commit 6a74a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/message.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, expect, test as spec } from 'bun:test';

import { message } from '#index';
import { message } from '#src/index.ts';

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

0 comments on commit 6a74a31

Please sign in to comment.