mirror of
https://github.com/CesiumGS/obj2gltf.git
synced 2024-11-23 16:44:05 -05:00
Remove unused argument
This commit is contained in:
parent
6515bce9b9
commit
2d32b8caf0
@ -37,7 +37,7 @@ module.exports = {
|
|||||||
"generate-third-party": generateThirdParty,
|
"generate-third-party": generateThirdParty,
|
||||||
};
|
};
|
||||||
|
|
||||||
async function test(done) {
|
async function test() {
|
||||||
const jasmine = new Jasmine();
|
const jasmine = new Jasmine();
|
||||||
jasmine.loadConfigFile("specs/jasmine.json");
|
jasmine.loadConfigFile("specs/jasmine.json");
|
||||||
jasmine.exitOnCompletion = false;
|
jasmine.exitOnCompletion = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user