Skip to content

automatically clean up aftereach with optout using VTL_SKIP_AUTO_CLEANUP #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Aug 19, 2019
Prev Previous commit
Next Next commit
Remove unnecessary eslint-ignore
  • Loading branch information
afontcu committed Aug 19, 2019
commit de1146b330c0d22e07fabbbb2cb74c189437eaed
1 change: 0 additions & 1 deletion tests/__tests__/auto-cleanup-skip.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
let render
beforeAll(async () => {
process.env.VTL_SKIP_AUTO_CLEANUP = 'true'
// eslint-disable-next-line
const vtl = await require('@testing-library/vue')
render = vtl.render
})
Expand Down