Skip to content

Commit 9264e1e

Browse files
committed
Fix test root
1 parent 7515c5e commit 9264e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require('jsdom-global')()
22

33
global.JS = require('jstest');
4-
global.emojify = require('../distv2/index');
4+
global.emojify = require('../distv2/js/index.min');
55

66
require('./spec/dom');
77
require('./spec/tag_type');

0 commit comments

Comments
 (0)