Skip to content

Commit 6eaa9cc

Browse files
authored
test(exports): update the test (#366)
This happened because the deep object assign was created before the package exports test was merged and therefore didn't come with an update to the snapshot and CI didn't catch it (I have no idea why because require up to date is enabled in the settings of the repo).
1 parent ce5c536 commit 6eaa9cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

__snapshots__/test/package.test.ts.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ exports['Package Exported files 1'] = {
44
" LICENSE-APACHE-2.0",
55
" LICENSE-MIT",
66
" README.md",
7+
" declarations/deep-object-assign.d.ts",
8+
" declarations/deep-object-assign.d.ts.map",
79
" declarations/entry-esnext.d.ts",
810
" declarations/entry-esnext.d.ts.map",
911
" declarations/entry-peer.d.ts",

0 commit comments

Comments
 (0)