mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
8 lines
161 B
JavaScript
8 lines
161 B
JavaScript
/* global window */
|
|
import test from 'tape';
|
|
|
|
test.onFinish(window.browserTestDriver_finish);
|
|
test.onFailure(window.browserTestDriver_fail);
|
|
|
|
import './render';
|