mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 09:23:17 +02:00
fix bracket
This commit is contained in:
parent
e794b64c31
commit
8ab7a8cad5
1 changed files with 1 additions and 2 deletions
|
@ -31,8 +31,7 @@ describe('Script', function () {
|
|||
'/~/libraries/utils.js': 'file:///~/libraries/utils.js',
|
||||
'/temp/file.js': 'file:///temp/file.js',
|
||||
'/~/': 'file:///~/',
|
||||
};
|
||||
}
|
||||
};
|
||||
describe('resolvePath', function () {
|
||||
Object.keys(testCases).forEach(function(input) {
|
||||
it('(' + JSON.stringify(input) + ')', function () {
|
||||
|
|
Loading…
Reference in a new issue