Skip to content

Commit

Permalink
test: update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankencana committed Oct 20, 2023
1 parent 522c0b3 commit 8cdd21c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions packages/phrase/src/push-translations.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,22 @@ describe('push', () => {
.toMatchInlineSnapshot(`
{
"en": {
"hello.mytranslations": {
"message": "Hello",
"app.thanks.label": {
"global-key": "app.thanks.label",
"message": "Thanks",
"tags": [
"only for this key",
"greeting",
"every",
"key",
"gets",
"these",
"tags",
],
},
"thanks.mytranslations": {
"global-key": "app.thanks.label",
"message": "Thanks",
"hello.mytranslations": {
"message": "Hello",
"tags": [
"only for this key",
"greeting",
"every",
"key",
"gets",
Expand Down Expand Up @@ -145,22 +145,22 @@ describe('push', () => {
.toMatchInlineSnapshot(`
{
"en": {
"hello.mytranslations": {
"message": "Hello",
"app.thanks.label": {
"global-key": "app.thanks.label",
"message": "Thanks",
"tags": [
"only for this key",
"greeting",
"every",
"key",
"gets",
"these",
"tags",
],
},
"thanks.mytranslations": {
"global-key": "app.thanks.label",
"message": "Thanks",
"hello.mytranslations": {
"message": "Hello",
"tags": [
"only for this key",
"greeting",
"every",
"key",
"gets",
Expand Down

0 comments on commit 8cdd21c

Please sign in to comment.