From 56e294cd93edc2bef05fdcc0e6529bb547668e35 Mon Sep 17 00:00:00 2001 From: Romuald Brillout Date: Thu, 20 May 2021 19:24:58 +0200 Subject: [PATCH] chore: update test --- .../glob-import/__tests__/glob-import.spec.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/playground/glob-import/__tests__/glob-import.spec.ts b/packages/playground/glob-import/__tests__/glob-import.spec.ts index 5ce298ad5ab9e6..4377f7961ef229 100644 --- a/packages/playground/glob-import/__tests__/glob-import.spec.ts +++ b/packages/playground/glob-import/__tests__/glob-import.spec.ts @@ -81,7 +81,15 @@ if (!isBuild) { '/dir/a.js': { msg: 'a' }, - ...allResult + ...allResult, + '/dir/index.js': { + modules: { + './a.js': { + msg: 'a' + }, + ...allResult['/dir/index.js'].modules + } + } }, null, 2