summaryrefslogtreecommitdiff
path: root/platform/node/test/js/map.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'platform/node/test/js/map.test.js')
-rw-r--r--platform/node/test/js/map.test.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/platform/node/test/js/map.test.js b/platform/node/test/js/map.test.js
index a1290ca761..b21c1519e3 100644
--- a/platform/node/test/js/map.test.js
+++ b/platform/node/test/js/map.test.js
@@ -1,10 +1,10 @@
'use strict';
-import test from 'tape';
-import mbgl from '../../index';
-import fs from 'fs';
-import path from 'path';
-import style from '../fixtures/style.json';
+var test = require('tape');
+var mbgl = require('../../index');
+var fs = require('fs');
+var path = require('path');
+var style = require('../fixtures/style.json');
test('Map', function(t) {
// This test is skipped because of the req.respond shim in index.js