Skip to content

Commit

Permalink
chore: add tests using ava
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed Mar 6, 2021
1 parent 2c4242a commit ec01ec2
Show file tree
Hide file tree
Showing 10 changed files with 2,498 additions and 32 deletions.
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,21 @@ extractText('path/to/file');
})
```

## Tests

To run tests (using Ava), type the following:

```sh
npm test
```

## Todos

- Add typescript typings
- Add tests
- Add callback support
- Add support for Open Office formats
- Add support for browser environments
- [x] ~~Add tests~~
- [ ] Add typescript typings
- [ ] Add callback support
- [ ] Add support for Open Office formats
- [ ] Add support for browser environments

If you want to help out, please do [open a pull request](https://github.com/gamemaker1/office-text-extractor/pulls).

Expand Down

0 comments on commit ec01ec2

Please sign in to comment.