mirror of
https://github.com/konvajs/konva.git
synced 2026-01-22 21:02:26 +08:00
parcel files
This commit is contained in:
8
test/parcel-runner.ts
Normal file
8
test/parcel-runner.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'mocha';
|
||||
import chai from 'chai';
|
||||
|
||||
mocha.ui('tdd');
|
||||
mocha.setup('bdd');
|
||||
mocha.run();
|
||||
|
||||
import './unit-new/Shape-test';
|
||||
Reference in New Issue
Block a user