mirror of
https://github.com/visgl/react-map-gl.git
synced 2025-12-08 20:16:02 +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';
|