From 2c2393d3d4b05c80a2714f90a370b4b1c6a546fe Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Mon, 6 Jul 2020 01:54:47 +0300 Subject: [PATCH] Remove now-unneeded compileEnhancements option from ava config Since ava 3, it's part of @ava/babel which we don't use. --- backend/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 091d653b..e936e6aa 100644 --- a/backend/package.json +++ b/backend/package.json @@ -80,7 +80,6 @@ "typescript": "^3.9.6" }, "ava": { - "compileEnhancements": false, "files": [ "dist/backend/src/**/*.test.js" ],