chore: missing use strict

This commit is contained in:
Julien Fontanet 2022-03-02 17:49:53 +01:00
parent e9aa88e637
commit 4c9bb71626

View File

@ -1,3 +1,5 @@
'use strict'
module.exports = {
// Necessary for jest to be able to find the `.babelrc.js` closest to the file
// instead of only the one in this directory.