mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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',
|
'/~/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 () {
|
||||||
|
|
Loading…
Reference in a new issue