fix bracket

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

View file

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