intl-dialogs
Nolan Lawson 2021-04-11 10:29:37 -07:00
rodzic aba58bb79c
commit 559e3d80eb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -16,7 +16,7 @@ describe('test-intl.js', () => {
it('has no unused intl strings', async () => {
const keys = Object.keys(enIntl)
const allSourceFilenames = (await globby([path.join(__dirname, '../../src/**/*.{js,html}')]))
const allSourceFilenames = (await globby([path.join(__dirname, '../../src/**/*.{js,html,json}')]))
.filter(file => !file.includes('/intl/'))
const allSourceFiles = await Promise.all(
allSourceFilenames.map(async name => ({ name, content: await readFile(name, 'utf8') }))