mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
parcel files
This commit is contained in:
parent
899d0942ea
commit
75bd2782c6
6
test/parcel-runner.html
Normal file
6
test/parcel-runner.html
Normal file
@ -0,0 +1,6 @@
|
||||
<html>
|
||||
<body>
|
||||
<div id="mocha"></div>
|
||||
<script src="./parcel-runner.ts"></script>
|
||||
</body>
|
||||
</html>
|
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';
|
Loading…
Reference in New Issue
Block a user