Skip to content

Commit

Permalink
Fixed import statement in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cipscis committed Nov 3, 2023
1 parent aa62afd commit 814156b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/js/src/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
test,
} from '@jest/globals';

import { example } from './main.js';
import { example } from './main';

describe('example', () => {
test('adds two numbers', () => {
Expand Down

0 comments on commit 814156b

Please sign in to comment.