Skip to content

Commit

Permalink
test: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jan 23, 2024
1 parent a967b07 commit d4c9c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/ts/libdefkit.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,10 @@ declare module '@qiwi/libdefkitfake' {
}
declare module '@qiwi/libdefkit' {
/** */
export * from '@qiwi/libdefkit/target/es6';
export * from '@qiwi/libdefkit/target/es6/index.js';
}",
"dtsOut": "<cwd>/src/test/temp/index.d.ts",
"entry": "target/es6",
"entry": "target/es6/index.js",
"flowOut": "<cwd>/src/test/temp/index.flow.js",
"name": "@qiwi/libdefkit",
"tsconfig": [
Expand Down

0 comments on commit d4c9c96

Please sign in to comment.