We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1e3993 commit 27f54c3Copy full SHA for 27f54c3
test/camelCaseTest.js
@@ -1,5 +1,6 @@
1
/*globals describe */
2
3
+global.Promise = require('bluebird')
4
var test = require("./helpers").test;
5
6
describe("camelCase", function() {
0 commit comments