mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 18:25:24 +00:00
Fixed tests, added tests, fixed ducked up things
This commit is contained in:
@@ -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);
|
||||
});
|
||||
});
|
||||
});
|
||||
});*/
|
||||
|
||||
Reference in New Issue
Block a user