UNPKG
@codemylife/canvassm
Version:
latest (1.0.14)
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.5
A simple library to work with html canvas
github.com/yashweblife/CanvasSM
yashweblife/CanvasSM
@codemylife/canvassm
/
jest.config.js
5 lines
•
123 B
JavaScript
View Raw
1
2
3
4
5
/**
@type
{import('ts-jest').JestConfigWithTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, };