Skip to content

Commit

Permalink
fix: remove test env schema again
Browse files Browse the repository at this point in the history
  • Loading branch information
test123456789012345 committed Mar 29, 2020
1 parent a20c395 commit 8ba5384
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/allowed-filenames.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export default [
'.env.schema.json',
'.test.env.schema.json',
'.git',
'CHANGELOG.md',
'doc',
Expand Down
1 change: 0 additions & 1 deletion src/prepare.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export default {
"foo": "bar"
}
`,
'.test.env.schema.json': '',
'yarn.lock': '',
})
await execa(require.resolve('./cli'), ['prepare'])
Expand Down

0 comments on commit 8ba5384

Please sign in to comment.