From 5ef9a2a60c99f24fe3df7035ae4dca574fc38c68 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Thu, 5 Oct 2017 20:12:08 +0900 Subject: fix imports in test --- test/content/hint-key-producer.test.js | 2 +- test/content/hint.test.js | 2 +- test/content/navigates.test.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test/content') diff --git a/test/content/hint-key-producer.test.js b/test/content/hint-key-producer.test.js index 74fb462..b2171ba 100644 --- a/test/content/hint-key-producer.test.js +++ b/test/content/hint-key-producer.test.js @@ -1,5 +1,5 @@ import { expect } from "chai"; -import HintKeyProducer from '../../src/content/hint-key-producer'; +import HintKeyProducer from 'content/hint-key-producer'; describe('HintKeyProducer class', () => { describe('#constructor', () => { diff --git a/test/content/hint.test.js b/test/content/hint.test.js index 9b2ab6e..1547971 100644 --- a/test/content/hint.test.js +++ b/test/content/hint.test.js @@ -1,5 +1,5 @@ import { expect } from "chai"; -import Hint from '../../src/content/hint'; +import Hint from 'content/hint'; describe('Hint class', () => { beforeEach(() => { diff --git a/test/content/navigates.test.js b/test/content/navigates.test.js index cf20435..b5144e9 100644 --- a/test/content/navigates.test.js +++ b/test/content/navigates.test.js @@ -1,5 +1,5 @@ import { expect } from "chai"; -import * as navigates from '../../src/content/navigates'; +import * as navigates from 'content/navigates'; describe('navigates module', () => { describe('#linkPrev', () => { -- cgit v1.2.3