diff --git a/.travis.yml b/.travis.yml index a09217d..5a4c1d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ install: - npm install -g codecov node_js: - - "8" - "10" - "12" diff --git a/README.md b/README.md index 66bfaef..a3811fd 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ npm run benchmark Beware this project is still in development. There may be serious bugs or performance issues over time. +Breaking changes might be introduced in minor versions until version 1.0 comes out. + Documentation is available [here](https://walasek.github.io/node-binary-encoder/). ```javascript diff --git a/test.js b/test.js index 8e959e5..8bba9a1 100644 --- a/test.js +++ b/test.js @@ -1,6 +1,6 @@ const glob = require('glob'); const path = require('path'); -const test = require('zora'); +const { test } = require('zora'); async function runTestFile(file){ await test('Testing file '+file, async (t) => {