Skip to content

Commit

Permalink
Merge branch 'dev' into feat/mock-transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler authored Nov 17, 2024
2 parents d96b259 + 8b4ccff commit e5a6479
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/docs/setupCypress.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Here's an optimized example of how to write tests using Cypress with Synpress in
// - Interacting with smart contracts
// - Testing dapp-specific functionality
})
})
```

## Running Tests
Expand Down
8 changes: 7 additions & 1 deletion docs/docs/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@ Synpress offers comprehensive TypeScript support, being built with TypeScript an

To ensure optimal functionality and type checking, configure your TypeScript compiler with the `strict` option enabled. Update your `tsconfig.json` as follows:

::: code-group
```json
{
"compilerOptions": {
"strict": true
}
}
```

0 comments on commit e5a6479

Please sign in to comment.