Fix compiler errors, tests, and scripts
This commit is contained in:
parent
e855bde3b3
commit
d684a6b2ef
60 changed files with 145 additions and 57 deletions
test
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue