Fixed tests, added tests, fixed ducked up things

This commit is contained in:
Alexander Cerutti
2021-10-11 23:04:09 +02:00
parent cba4d10fd0
commit 928081ecfc
6 changed files with 216 additions and 134 deletions

View File

@@ -1,11 +1,11 @@
import { createPass, Pass } from "..";
/* import { createPass, Pass } from "..";
import * as path from "path";
*/
/**
* Tests created upon Jasmine testing suite.
*/
describe("Passkit-generator", function () {
/*describe("Passkit-generator", function () {
let pass: Pass;
beforeEach(async () => {
pass = await createPass({
@@ -315,4 +315,4 @@ describe("Passkit-generator", function () {
expect(pass.props["barcode"]).toEqual(oldBarcode);
});
});
});
});*/