UNPKG
@azure-tools/uri
Version:
latest (3.1.1)
next (3.1.1-dev.2)
preview (4.0.248)
4.0.248
4.0.247
4.0.246
3.1.1
3.1.1-dev.2
3.1.0
3.1.0-dev.2
3.1.0-dev.1
3.0.257
3.0.256
3.0.255
3.0.254
3.0.253
3.0.252
3.0.251
3.0.250
3.0.249
3.0.248
3.0.247
3.0.246
3.0.245
3.0.244
3.0.243
3.0.241
3.0.240
3.0.239
3.0.238
3.0.237
3.0.236
3.0.235
3.0.234
3.0.233
3.0.231
3.0.229
3.0.228
3.0.227
3.0.226
3.0.225
3.0.221
3.0.218
3.0.217
3.0.216
3.0.215
3.0.214
3.0.213
3.0.212
3.0.211
3.0.210
3.0.209
3.0.208
3.0.206
3.0.205
3.0.204
3.0.203
3.0.202
3.0.201
3.0.200
3.0.199
3.0.198
3.0.197
3.0.196
3.0.194
3.0.193
3.0.192
3.0.191
3.0.189
3.0.188
3.0.187
3.0.185
3.0.184
3.0.182
3.0.118
3.0.117
3.0.116
3.0.115
Common URI handling code.
github.com/Azure/perks/tree/master/uri
Azure/perks
@azure-tools/uri
/
jest.config.js
11 lines
(7 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
// @ts-check
const
defaultConfig
=
require(
"../jest.default.config"
);
const
config
=
{ ...defaultConfig, testMatch: [
"<rootDir>/src/**/*.test.ts"
,
"<rootDir>/test/**/*.test.ts"
], };
module
.
exports
= config;