kinto-node-test-server
has gone cross-platform! You can now use the library to test Kinto clients in both Node and the browser.
Breaking Changes
- The library is now written in TypeScript and published as an ES6 module. If you're using the library in a CommonJS environment (that is, importing with
require
), you'll need to update your imports. Please see the README for more details.
New Features
kinto-node-test-server
now runs in the browser! Bundle with a bundler that's aware of thebrowser
field inpackage.json
and you'll get a client that uses the same API as the Node client. Also included is a proxy server, which you can launch with theKintoProxyServer
.