Skip to content

Commit

Permalink
update jest snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Nov 2, 2021
1 parent bf7b423 commit 2ed4bda
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ test('Registering and retrieving a generator', async () => {
"createUrl": [Function],
"id": "TEST_GENERATOR",
"isDeprecated": false,
"migrate": [Function],
}
`);
expect(await generator.createUrl({})).toBe('myurl');
Expand All @@ -40,7 +39,6 @@ test('Registering and retrieving a generator', async () => {
"createUrl": [Function],
"id": "TEST_GENERATOR",
"isDeprecated": false,
"migrate": [Function],
}
`);
expect(await generator.createUrl({})).toBe('myurl');
Expand Down

0 comments on commit 2ed4bda

Please sign in to comment.