playwright/packages/playwright-test/src/DEPS

20 lines
302 B
Python

module.exports = {
'/': [
'../types/testReporter.d.ts',
'matchers/',
'reporters/',
'third_party/',
],
'matchers': [
'expect.ts',
'globals.ts',
'testInfo.ts',
'types.ts',
'util.ts',
],
'reporters': [
'../types/testReporter.d.ts',
'util.ts',
],
};