Skip to content

Commit

Permalink
fixes #382 - Update NodeOps.ts with latest AM releases and node class…
Browse files Browse the repository at this point in the history
…ifications
  • Loading branch information
vscheuber committed Feb 5, 2024
1 parent dcd93b1 commit 490a6b5
Show file tree
Hide file tree
Showing 4 changed files with 761 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/ops/JourneyOps.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ describe('JourneyOps', () => {
state
});
//Ignore the _rev field
serverTree._rev = journey.tree._rev;
if (serverTree) serverTree._rev = journey.tree._rev;
expect(serverTree).toStrictEqual(journey.tree);
expect(tree).toMatchSnapshot(journey.tree);
});
Expand Down
Loading

0 comments on commit 490a6b5

Please sign in to comment.