From ae9884e46b533d56b103c7eb5d85bcaefda720d2 Mon Sep 17 00:00:00 2001 From: ronyhe Date: Mon, 2 Sep 2024 12:52:11 +0300 Subject: [PATCH] Adhere to lint rule: re-order keys --- scripts/buildUtils.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/buildUtils.mjs b/scripts/buildUtils.mjs index d7c49d281fce..7e172dd3697f 100644 --- a/scripts/buildUtils.mjs +++ b/scripts/buildUtils.mjs @@ -91,8 +91,8 @@ function getPackages() { ...(pkg.name === 'expect' ? { './build/matchers': './build/matchers.js', - './build/toThrowMatchers': './build/toThrowMatchers.js', './build/spyMatchers': './build/spyMatchers.js', + './build/toThrowMatchers': './build/toThrowMatchers.js', } : {}), },