From 8be28c10188c8bb71a4c4456043621736ee14b8d Mon Sep 17 00:00:00 2001 From: sapphi-red <49056869+sapphi-red@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:57:33 +0900 Subject: [PATCH] chore: remove browser field edge case test --- playground/resolve/browser-field/relative.js | 6 ++---- playground/resolve/index.html | 5 ++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/playground/resolve/browser-field/relative.js b/playground/resolve/browser-field/relative.js index 3be4d7452be75d..6b45c5758d37dd 100644 --- a/playground/resolve/browser-field/relative.js +++ b/playground/resolve/browser-field/relative.js @@ -4,8 +4,6 @@ import rb from './no-ext.js' // no substitution import rc from './ext' import rd from './ext.js' import re from './ext-index/index.js' -// import rf from './ext-index' -const rf = 'FIXME' -import rg from './no-ext-index/index.js' // no substitution +import rf from './no-ext-index/index.js' // no substitution -export { ra, rb, rc, rd, re, rf, rg } +export { ra, rb, rc, rd, re, rf } diff --git a/playground/resolve/index.html b/playground/resolve/index.html index 5badd9bf57bb6e..861d2a8e562ee8 100644 --- a/playground/resolve/index.html +++ b/playground/resolve/index.html @@ -322,11 +322,10 @@