Skip to content

Commit

Permalink
test: update case
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript committed Sep 12, 2023
1 parent 88c0e48 commit 4908a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fixtures/build/bundless-omit-dts-error/expect.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default (files: Record<string, string>) => {
expect(Object.keys(files)).toEqual(['index.js', 'index.d.ts']);
expect(Object.keys(files)).toEqual(['esm/index.js', 'esm/index.d.ts']);
};

0 comments on commit 4908a4d

Please sign in to comment.