Skip to content

Instantly share code, notes, and snippets.

@marta-pinkowska
Last active February 20, 2023 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save marta-pinkowska/eeead2f44adf328dad24b91e5666671f to your computer and use it in GitHub Desktop.
Save marta-pinkowska/eeead2f44adf328dad24b91e5666671f to your computer and use it in GitHub Desktop.
// src/FancyHomepageFeature/__tests__/FancyHomePage.test.js
//...
test("handles updated data", async () => {
setupSmartMswHelper({
moreData: "Cant you taste this gold?",
});
//...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment