Home
last modified time | relevance | path

Searched defs:keepConfigs (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/initialization/
DConfigResolver.spec.ts604 const keepConfigs = ['!test/*/exclude.js', 'test/include.js']; constant
617 const keepConfigs = ['!test/*/exclude.js', 'test/?/include.js']; constant
630 const keepConfigs = ['!test/*/exclude.js', '!test/?/include.js']; constant
643 const keepConfigs = ['test/*/exclude.js', 'test/?/include.js']; constant
656 const keepConfigs = ['!test/exclude.js', 'test/*/include.js']; constant
669 const keepConfigs = ['!test/exclude.js', 'test/include.js']; constant
682 const keepConfigs = ['!test/exclude.js', '!test/include.js']; constant