Skip to content

Commit

Permalink
fix import path in jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jun 11, 2024
1 parent c4ec3bd commit e59425c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/tests/parser.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {parse} from '../django-formset/tag-attributes';
import {parse} from 'build/tag-attributes';

test('action1 -> action2 !~ action3', () => {
const ast = parse('action1 -> action2 !~ action3', {startRule: 'Ternary'});
Expand Down

0 comments on commit e59425c

Please sign in to comment.