We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7515c5e commit 9264e1eCopy full SHA for 9264e1e
tests/node.js
@@ -1,7 +1,7 @@
1
require('jsdom-global')()
2
3
global.JS = require('jstest');
4
-global.emojify = require('../distv2/index');
+global.emojify = require('../distv2/js/index.min');
5
6
require('./spec/dom');
7
require('./spec/tag_type');
0 commit comments