Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Run snapshots in linux
  • Loading branch information
pomber committed Jan 10, 2019
commit bd1ddffdca2e13d551c15f0d3ed12f0c3c687051
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/0.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/1-1.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/1-2.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/1.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/10-1.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/10.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/11.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/2-1.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/2-2.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/2-3.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/2.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/3-1.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/3-2.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/3.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/4.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/5-1.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/5-2.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/5-3.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/5-4.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/5-5.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/5.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/6.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/7.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/8.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/9-1.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/9-2.snap.png
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/9-3.snap.png
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/9-4.snap.png
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/9-5.snap.png
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/9-6.snap.png
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/9.snap.png
Binary file modified fixtures/sample/cypress/snapshots/sample.spec.js/grid.snap.png
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"build:watch": "lerna exec yarn build:watch --no-private --parallel",
"start": "lerna exec yarn start --scope",
"start:fixture": "run-p build:watch \"start {1}-fixture\" --",
"format": "prettier --write '**/*.{js,jsx,css,md}'",
"format:check": "prettier-check '**/*.{js,jsx,css,md}'",
"format": "prettier --write '**/*.{js,jsx,css,md}' --ignore-path .gitignore",
"format:check": "prettier-check '**/*.{js,jsx,css,md}' --ignore-path .gitignore",
"test": "run-s format:check build test:all",
"test:all": "lerna run test",
"build:website": "lerna exec yarn build --scope website",
Expand Down