From 4f043e3893b0424f662486da1d6e14d61fc55bbc Mon Sep 17 00:00:00 2001 From: Turadg Aleahmad Date: Tue, 12 Dec 2023 13:03:04 -0800 Subject: [PATCH] try again --- packages/test-proposals/package.json | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/packages/test-proposals/package.json b/packages/test-proposals/package.json index a308a163b6e7..c7452fd919d5 100644 --- a/packages/test-proposals/package.json +++ b/packages/test-proposals/package.json @@ -14,7 +14,7 @@ ], "scripts": { "build": "echo No build step", - "test": "ava", + "test": "NODE_OPTIONS='--loader=tsx --no-warnings' ava", "test:xs": "exit 0", "lint-fix": "yarn lint:eslint --fix", "lint": "run-s --continue-on-error lint:*", @@ -32,15 +32,7 @@ "extensions": { "js": true, "ts": "module" - }, - "files": [ - "test/**/test-*.js", - "test/**/test-*.ts" - ], - "nodeArguments": [ - "--loader=tsx", - "--no-warnings" - ] + } }, "license": "Apache-2.0" }