Skip to content

Commit

Permalink
chore: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed May 20, 2021
1 parent f191248 commit 56e294c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packages/playground/glob-import/__tests__/glob-import.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56e294c

Please sign in to comment.