Fix compiler errors, tests, and scripts

This commit is contained in:
junderw 2018-12-26 14:25:33 +09:00
parent e855bde3b3
commit d684a6b2ef
No known key found for this signature in database
GPG key ID: B256185D3A971908
60 changed files with 145 additions and 57 deletions

View file

@ -1,6 +1,6 @@
const { describe, it, beforeEach } = require('mocha')
const assert = require('assert')
const Block = require('../src/block')
const Block = require('../dist/src/block')
const fixtures = require('./fixtures/block')