Move Block Class from ES6 PR
This commit is contained in:
parent
91d3037cf3
commit
2eb9534939
3 changed files with 198 additions and 148 deletions
test
|
@ -1,6 +1,6 @@
|
|||
const { describe, it, beforeEach } = require('mocha')
|
||||
const assert = require('assert')
|
||||
const Block = require('../dist/src/block')
|
||||
const Block = require('..').Block
|
||||
|
||||
const fixtures = require('./fixtures/block')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue