0x/test/basic.test.js
Mathias Buus ecaefac036
fix tests (#194)
* fix tests

* also delete snapshot
2018-10-25 15:18:08 +02:00

8 lines
121 B
JavaScript

const { test } = require('tap')
test('module loads', function (t) {
require('../')
t.pass('0x loaded')
t.end()
})