We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ba3245 + 020ce6f commit e3bfce2Copy full SHA for e3bfce2
3 files changed
.travis.yml
@@ -4,7 +4,6 @@ install:
4
- npm install -g codecov
5
6
node_js:
7
- - "8"
8
- "10"
9
- "12"
10
README.md
@@ -36,6 +36,8 @@ npm run benchmark
36
37
Beware this project is still in development. There may be serious bugs or performance issues over time.
38
39
+Breaking changes might be introduced in minor versions until version 1.0 comes out.
40
+
41
Documentation is available [here](https://walasek.github.io/node-binary-encoder/).
42
43
```javascript
test.js
@@ -1,6 +1,6 @@
1
const glob = require('glob');
2
const path = require('path');
3
-const test = require('zora');
+const { test } = require('zora');
async function runTestFile(file){
await test('Testing file '+file, async (t) => {
0 commit comments