Skip to content

Commit

Permalink
chore(mutates): some snapshot fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
IKatsuba committed Jun 14, 2024
1 parent ac25d76 commit ffb8f7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`pushToMetadataProperty > should add providers to the app module 1`] = `
exports[`pushToMetadataProperty > should add providers to component 1`] = `
"
@Component({
providers: [AppService]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html

exports[`removeItemFromMetadataProperty > should add providers to the app module 1`] = `
exports[`removeItemFromMetadataProperty > should remove providers from component 1`] = `
"
@Component({providers: []}) class AppComponent {}
"
Expand Down

0 comments on commit ffb8f7f

Please sign in to comment.