Skip to content

Commit 4596dd9

Browse files
author
Amiel Martin
committed
Remove incidental globals change
1 parent c0b7cf1 commit 4596dd9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tests/unit/index-nodetest.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
'use strict';
22

3-
/* globals require, describe, before, beforeEach, it, process */
4-
53
var fs = require('fs');
64
var path = require('path');
75
var assert = require('ember-cli/tests/helpers/assert');
@@ -98,8 +96,6 @@ describe('the deploy plugin object', function() {
9896
assert.equal(Object.keys(json).length, 4);
9997
});
10098
});
101-
102-
10399
});
104100
});
105101
});

0 commit comments

Comments
 (0)