Skip to content

Commit 79d892b

Browse files
committed
Fix js.
1 parent d5d15de commit 79d892b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/js/unicorn/issue_728.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import test from "ava";
2-
import { getComponent } from "../../../django_unicorn/static/unicorn/js/unicorn.js";
3-
import { components } from "../../../django_unicorn/static/unicorn/js/store.js";
2+
import { getComponent } from "../../../src/django_unicorn/static/unicorn/js/unicorn.js";
3+
import { components } from "../../../src/django_unicorn/static/unicorn/js/store.js";
44
import { getComponent as getComponentUtil } from "../utils.js";
55

66
test("getComponent by key with type mismatch (existing string key, int lookup)", (t) => {

0 commit comments

Comments
 (0)