18 lines
233 B
Plaintext
18 lines
233 B
Plaintext
|
|
module.exports = {
|
||
|
|
'/': [
|
||
|
|
'reporters/',
|
||
|
|
'third_party/',
|
||
|
|
'matchers/',
|
||
|
|
],
|
||
|
|
'matchers': [
|
||
|
|
'expect.ts',
|
||
|
|
'globals.ts',
|
||
|
|
'testInfo.ts',
|
||
|
|
'types.ts',
|
||
|
|
'util.ts',
|
||
|
|
],
|
||
|
|
'reporters': [
|
||
|
|
'util.ts'
|
||
|
|
],
|
||
|
|
};
|