jakearchibald / idb

IndexedDB, but with promises
https://www.npmjs.com/package/idb
ISC License
6.31k stars 356 forks source link

Add npm "test" script #110

Closed Gladear closed 4 years ago

Gladear commented 5 years ago

This PR addresses issue #109. Using npm test is a standard for testing packages. Still, it may be a good idea to document it somewhere, like in the CONTRIBUTING file. Also, tests aren't built when building the library itself anymore.

jakearchibald commented 5 years ago

I should get https://www.typescriptlang.org/docs/handbook/project-references.html working as it's designed for situations like this. I'll merge this along the way to that goal.

jakearchibald commented 4 years ago

I've added a note in e7bf44b81e69e9d3b7ee1bc8334dccf66cfbf410, but I don't want to add an http server to the project.