mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
Tests: Specify es2018 as preferred, matching normal usage
Change-type: patch
This commit is contained in:
parent
511bb05cb9
commit
c35472e94d
@ -15,6 +15,10 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { set as setEsVersion } from '@balena/es-version';
|
||||
// Set the desired es version for downstream modules that support it
|
||||
setEsVersion('es2018');
|
||||
|
||||
import * as tmp from 'tmp';
|
||||
tmp.setGracefulCleanup();
|
||||
// Use a temporary dir for tests data
|
||||
|
Loading…
Reference in New Issue
Block a user