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 82acfdb commit c072e37Copy full SHA for c072e37
test/setup.js
@@ -3,7 +3,7 @@ require('dotenv').load({
3
});
4
5
if (!process.env.CLOUDINARY_URL) {
6
- throw 'Could not start tests - Cloudianry URL is undefined'
+ throw 'Could not start tests - Cloudinary URL is undefined'
7
}
8
9
global.expect = require('expect.js');
0 commit comments