Skip to content

Commit

Permalink
chore: absolute imports for test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamogbz committed Apr 16, 2019
1 parent 72eb542 commit ee0608f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { log, wrapIndex } from "../base";
import { log, wrapIndex } from "utils/base";

describe("log", (): void => {
const consoleLogSpy = jest.spyOn(console, "log");
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"baseUrl": "./src",
"outDir": "./built",
"target": "es6",
"allowSyntheticDefaultImports": true,
Expand Down

0 comments on commit ee0608f

Please sign in to comment.