Skip to content

Commit

Permalink
test: run bun test --update-snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym committed Apr 8, 2024
1 parent e511e96 commit 9c69d87
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions tests/__snapshots__/writer-ts-definitions.test.ts.snap
Original file line number Diff line number Diff line change
@@ -1,27 +1,6 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
// Bun Snapshot v1, https://goo.gl/fbAQLP

exports[`writerTsDefinition > "default" module name 1`] = `
"
import type { SvelteComponentTyped } from "svelte";
export interface defaultProps {
}
export default class extends SvelteComponentTyped<
defaultProps,
Record<string, any>,
{}
> {
}"
`;

exports[`writerTsDefinition > writeTsDefinition 1`] = `
exports[`writerTsDefinition writeTsDefinition 1`] = `
"
import type { SvelteComponentTyped } from "svelte";
Expand Down Expand Up @@ -68,3 +47,24 @@ exports[`writerTsDefinition > writeTsDefinition 1`] = `
propConst: { [key: string]: boolean; };
}"
`;

exports[`writerTsDefinition "default" module name 1`] = `
"
import type { SvelteComponentTyped } from "svelte";
export interface defaultProps {
}
export default class extends SvelteComponentTyped<
defaultProps,
Record<string, any>,
{}
> {
}"
`;

0 comments on commit 9c69d87

Please sign in to comment.