UNPKG
@ufly/tpl-module-wasm
Version:
latest (0.7.22)
0.7.22
0.7.20
0.7.19
0.7.17
0.7.15
0.7.13
0.7.12
0.7.10
0.7.9
0.7.7
0.7.3
0.7.2
0.7.1
0.7.0
0.6.10
0.6.8
0.6.7
0.6.6
0.6.5
0.6.3
0.6.1
0.6.0
> @ufly/cli,配套创建AssemblyScript to Wasm 的 module 的 tpl
github.com/lamovv/ufly
lamovv/ufly
@ufly/tpl-module-wasm
/
tpl
/
jest.config.js
12 lines
•
275 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/
/ https:/
/kulshekhar.github.io/ts
-jest/docs/options
module
.exports = {
globals:
{
'ts-jest'
: {
useESM:
true
,
tsconfig:
'./tsconfig.test.json'
} },
moduleFileExtensions:
[
'ts'
,
'js'
],
preset:
'ts-jest'
,
testEnvironment:
'node'
,
//
默认jsdom };