playwright/packages/playwright-test/src/DEPS

18 lines
233 B
Plaintext
Raw Normal View History

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