Skip to content

Commit

Permalink
fix: update readme info about testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vparpoil committed Jan 16, 2025
1 parent 2a3a35a commit 6942182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@ Meteor.setTimeout(()=>{
## Testing the package

```
meteor test-packages packages/denormalize --driver-package=practicalmeteor:mocha
meteor test-packages packages/denormalize --driver-package=meteortesting:mocha
```
(Then open localhost:3000 in your browser)<br>
The package currently has over 120 tests<br>
Note: The "slowness warnings" in the results are just due to the asynchronous tests
Note: The "slowness warnings" in the results are just due to the asynchronous tests

0 comments on commit 6942182

Please sign in to comment.