diff --git a/.gitignore b/.gitignore index 6876034..3e44b18 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ node_modules !.env.example vite.config.js.timestamp-* vite.config.ts.timestamp-* -/result \ No newline at end of file +/result +storybook-static \ No newline at end of file diff --git a/.storybook/test-runner.ts b/.storybook/test-runner.ts index b8677e0..fa58bfd 100644 --- a/.storybook/test-runner.ts +++ b/.storybook/test-runner.ts @@ -26,6 +26,9 @@ const config: TestRunnerConfig = { failureThreshold: 0.002, }); }, + tags: { + skip: ["intermittent-test-success"], + }, }; export default config; diff --git a/__snapshots__/navbar.test.js.snap b/__snapshots__/navbar.test.js.snap index 40716ca..d455adf 100644 --- a/__snapshots__/navbar.test.js.snap +++ b/__snapshots__/navbar.test.js.snap @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`Navbar Default test 1`] = ` +exports[`Navbar Default smoke-test 1`] = `
`; -exports[`Navbar NIP07Exists test 1`] = ` +exports[`Navbar NIP07Exists smoke-test 1`] = `
`; -exports[`Navbar NoNIP07 test 1`] = ` +exports[`Navbar NoNIP07 smoke-test 1`] = `