Skip to content

Commit

Permalink
Merge branch 'feature-jest-tests' into 'development'
Browse files Browse the repository at this point in the history
Feature jest tests

See merge request grupoapok/tonder/sdk/ionic/lite!6
  • Loading branch information
rbapdev committed Feb 1, 2024
2 parents caceb0f + c23ab2a commit e881c0b
Show file tree
Hide file tree
Showing 21 changed files with 5,563 additions and 2,218 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ const deviceSessionIdTonder = await liteCheckout.getOpenpayDeviceSessionID(
);
```

Return OpenPay device session id
## Return OpenPay device session id

string

# Customer

Expand Down
9 changes: 0 additions & 9 deletions cypress.config.js

This file was deleted.

15 changes: 15 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import type { JestConfigWithTsJest } from 'ts-jest'

const jestConfig: JestConfigWithTsJest = {
testEnvironment: "jsdom",
preset: 'ts-jest',
transform: {
'^.+\\.tsx?$': [
'ts-jest',
{
},
],
},
}

export default jestConfig
Loading

0 comments on commit e881c0b

Please sign in to comment.