Skip to content

Commit 27f54c3

Browse files
committed
Polyfill Promise for tests
1 parent f1e3993 commit 27f54c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/camelCaseTest.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/*globals describe */
22

3+
global.Promise = require('bluebird')
34
var test = require("./helpers").test;
45

56
describe("camelCase", function() {

0 commit comments

Comments
 (0)