Skip to content

Commit ad21924

Browse files
committed
chore: moves test-parsing-extensions to tests/parsing-extensions
1 parent f817db0 commit ad21924

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

app-config/src/config.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ describe('Dynamic Parsing Extension Loading', () => {
520520
`,
521521
'.app-config.meta.yml': `
522522
parsingExtensions:
523-
- ${join(__dirname, '../../test-parsing-extensions/uppercase.js')}
523+
- ${join(__dirname, '../../tests/parsing-extensions/uppercase.js')}
524524
`,
525525
},
526526
async (inDir) => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"app-config-react-native-transformer",
1212
"app-config-vault",
1313
"examples/*",
14-
"test-parsing-extensions/*",
14+
"tests/parsing-extensions/*",
1515
"test-webpack-projects/*",
1616
"docs"
1717
],

0 commit comments

Comments
 (0)