fix bracket

This commit is contained in:
humbletim 2017-02-23 18:16:41 -05:00
parent e794b64c31
commit 8ab7a8cad5

View file

@ -31,8 +31,7 @@ describe('Script', function () {
'/~/libraries/utils.js': 'file:///~/libraries/utils.js', '/~/libraries/utils.js': 'file:///~/libraries/utils.js',
'/temp/file.js': 'file:///temp/file.js', '/temp/file.js': 'file:///temp/file.js',
'/~/': 'file:///~/', '/~/': 'file:///~/',
}; };
}
describe('resolvePath', function () { describe('resolvePath', function () {
Object.keys(testCases).forEach(function(input) { Object.keys(testCases).forEach(function(input) {
it('(' + JSON.stringify(input) + ')', function () { it('(' + JSON.stringify(input) + ')', function () {