Move Block Class from ES6 PR

This commit is contained in:
junderw 2018-12-27 17:49:53 +09:00
parent 91d3037cf3
commit 2eb9534939
No known key found for this signature in database
GPG key ID: B256185D3A971908
3 changed files with 198 additions and 148 deletions

View file

@ -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')