diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-01 11:05:56 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-01 11:05:56 +0900 |
| commit | b7870cb732cabcaedc657098711f30345fcfc502 (patch) | |
| tree | 0e5728caca0ee65c515290c0e5808735c4aef4ff /test | |
| parent | Fix (diff) | |
| download | misskey-b7870cb732cabcaedc657098711f30345fcfc502.tar.gz misskey-b7870cb732cabcaedc657098711f30345fcfc502.tar.bz2 misskey-b7870cb732cabcaedc657098711f30345fcfc502.zip | |
Fix
Diffstat (limited to 'test')
| -rw-r--r-- | test/text.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/text.js b/test/text.js index 4f739cc1b1..514a91f83c 100644 --- a/test/text.js +++ b/test/text.js @@ -4,8 +4,8 @@ const assert = require('assert'); -const analyze = require('../built/server/api/common/text').default; -const syntaxhighlighter = require('../built/server/api/common/text/core/syntax-highlighter').default; +const analyze = require('../built/common/text').default; +const syntaxhighlighter = require('../built/common/text/core/syntax-highlighter').default; describe('Text', () => { it('can be analyzed', () => { |