Skip to content

Commit

Permalink
fix browser test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoji Chen committed Dec 5, 2019
1 parent fee45f7 commit 74a6efb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions test/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ global.Element = dom.window.Element;
global.__JSDOM__ = true;

require('./test-index');
require('dev-modules/babel-plugin-probe-gl/test');
1 change: 0 additions & 1 deletion test/test-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ import '@probe.gl/stats/test';
import '@probe.gl/stats-widget/test';
import '@probe.gl/bench/test';
import '@probe.gl/test-utils/test';
import 'dev-modules/babel-plugin-probe-gl/test';

0 comments on commit 74a6efb

Please sign in to comment.