Skip to content

Commit 3c85aee

Browse files
Rename commonjs test file to general nodejs tests
1 parent d82dc72 commit 3c85aee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = function (grunt) {
3737
},
3838
},
3939
nodeunit: {
40-
all: 'test/commonjs.js'
40+
all: 'test/node.js'
4141
},
4242
jshint: {
4343
options: {

test/commonjs.js renamed to test/node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*jshint node:true */
2-
exports.commonjs = {
2+
exports.node = {
33
should_load_js_cookie: function (test) {
44
test.expect(1);
55
var Cookies = require('../src/js.cookie');

0 commit comments

Comments
 (0)