refactor: Bump to jasmine 5.6.0 (#9453)
This commit is contained in:
@@ -23,13 +23,8 @@ function createProduct() {
|
||||
}
|
||||
|
||||
describe('test validate_receipt endpoint', () => {
|
||||
beforeEach(done => {
|
||||
createProduct()
|
||||
.then(done)
|
||||
.catch(function (err) {
|
||||
console.error({ err });
|
||||
done();
|
||||
});
|
||||
beforeEach(async () => {
|
||||
await createProduct();
|
||||
});
|
||||
|
||||
it('should bypass appstore validation', async () => {
|
||||
|
||||
Reference in New Issue
Block a user