Skip to content

Commit

Permalink
chore(tests): add .js to imports in quoteCombine.spec.ts (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed May 15, 2021
1 parent 4603232 commit 7bc60d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/other/quoteCombine.spec.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { jest } from "@jest/globals";

import quoteCombine from "./quoteCombine";
import testYf from "../../tests/testYf";
import quoteCombine from "./quoteCombine.js";
import testYf from "../../tests/testYf.js";

const yf = testYf({ quoteCombine });

Expand Down

0 comments on commit 7bc60d1

Please sign in to comment.