UNPKG
@google/aside
Version:
latest (1.4.6)
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.4
1.3.3
1.3.1
1.3.0
1.2.6
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.0.6
1.0.5
1.0.2
1.0.1
1.0.0
Apps Script IDE framework
github.com/google/aside
google/aside
@google/aside
/
jest.config.json
10 lines
(9 loc)
•
246 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"preset"
:
"ts-jest"
,
"testEnvironment"
:
"node"
,
"modulePathIgnorePatterns"
: [
"<rootDir>/dist/"
,
"<rootDir>/build/"
],
"testPathIgnorePatterns"
: [
"<rootDir>/dist/"
,
"<rootDir>/build/"
],
"moduleNameMapper"
: {
"(.+)\\.js"
:
"
$1
"
} }