Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 820e034

Browse files
author
schnogz
committed
update snapshot tests
1 parent 14b7c6c commit 820e034

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

3-
exports[`Chart container renders correctly (Failure) 1`] = `<template.error />`;
3+
exports[`Chart container renders correctly (Failure) 1`] = `<template.na.js.error />`;
44

5-
exports[`Chart container renders correctly (Loading) 1`] = `<template.loading />`;
5+
exports[`Chart container renders correctly (Loading) 1`] = `<template.na.js.loading />`;
66

7-
exports[`Chart container renders correctly (NotAsked) 1`] = `<template.loading />`;
7+
exports[`Chart container renders correctly (NotAsked) 1`] = `<template.na.js.loading />`;
88

9-
exports[`Chart container renders correctly (Success) 1`] = `<template.success />`;
9+
exports[`Chart container renders correctly (Success) 1`] = `<template.na.js.success />`;

packages/blockchain-wallet-v4-frontend/src/scenes/Home/PriceChart/TimeFilters/__snapshots__/index.spec.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`TimeFilters container renders correctly 1`] = `
4-
<template
4+
<template.na.js
55
handleClick={[Function]}
66
time="1month"
77
/>

0 commit comments

Comments
 (0)