2022-03-25 16:43:29 +01:00
|
|
|
module.exports = {
|
|
|
|
|
'/': [
|
2022-03-25 22:12:00 +01:00
|
|
|
'../types/testReporter.d.ts',
|
|
|
|
|
'matchers/',
|
2022-03-25 16:43:29 +01:00
|
|
|
'reporters/',
|
|
|
|
|
'third_party/',
|
|
|
|
|
],
|
|
|
|
|
'matchers': [
|
|
|
|
|
'expect.ts',
|
|
|
|
|
'globals.ts',
|
|
|
|
|
'testInfo.ts',
|
|
|
|
|
'types.ts',
|
|
|
|
|
'util.ts',
|
|
|
|
|
],
|
|
|
|
|
'reporters': [
|
2022-03-25 22:12:00 +01:00
|
|
|
'../types/testReporter.d.ts',
|
|
|
|
|
'util.ts',
|
2022-03-25 16:43:29 +01:00
|
|
|
],
|
|
|
|
|
};
|