Skip to content

Commit

Permalink
Format + lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Aug 8, 2024
1 parent a15d74d commit d572323
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions stories/snapshot.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ const stories = fetch(`${url}/meta.json`).json().stories;

// Stories that should not be ran on CI
const skippedStories = [
// Because it does not contain any components
"index--readme",
// Because it does not contain any components
"index--readme",
// because it fetches PDB from rcsb.org
"molviewer--ligandviewer--default",
// Because does not render in headless mode
"molviewer--simpleviewer--default",
"molviewer--viewer--ball-stick",
"molviewer--viewer--default",
// Because does not render in headless mode
"molviewer--simpleviewer--default",
"molviewer--viewer--ball-stick",
"molviewer--viewer--default",
];

// iterate through stories
Expand Down

0 comments on commit d572323

Please sign in to comment.