Skip to content

Commit

Permalink
Merge pull request #210 from mermaid-js/feat/always-show-starter
Browse files Browse the repository at this point in the history
Feat/always show starter
  • Loading branch information
MrCoder authored Nov 17, 2024
2 parents e225aee + cbbbe15 commit 5289365
Show file tree
Hide file tree
Showing 83 changed files with 8,189 additions and 4,413 deletions.
6 changes: 3 additions & 3 deletions cy/smoke-editable-label.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
new B(create)
return x;
}
C->D:: Hello Alice
D->C:: Hello Bob
C->D:: Good to see you
C->D: Hello Alice
D->C: Hello Bob
C->D: Good to see you
</pre
>
</div>
Expand Down
12 changes: 7 additions & 5 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
import { defineConfig } from 'cypress';
import { defineConfig } from "cypress";

export default defineConfig({
projectId: 'srixxa',
projectId: "srixxa",
e2e: {
viewportWidth: 1200,
viewportHeight: 800,
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config);
return require("./cypress/plugins/index.js")(on, config);
},
excludeSpecPattern: ['**/__snapshots__/*', '**/__image_snapshots__/*'],
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}',
excludeSpecPattern: ["**/__snapshots__/*", "**/__image_snapshots__/*"],
specPattern: "cypress/e2e/**/*.{js,jsx,ts,tsx}",
},
});
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 cypress/e2e/__image_snapshots__/Rendering Async message - 1 #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 cypress/e2e/__image_snapshots__/Smoke test creation #0.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 cypress/e2e/__image_snapshots__/Smoke test fragment #0.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 cypress/e2e/__image_snapshots__/Smoke test fragmentIssue #0.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 cypress/e2e/__image_snapshots__/Smoke test interaction #0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,15 @@
"ramda": "^0.28.0",
"tailwindcss": "^3.2.4",
"vue": "^3.2.45",
"vue-property-decorator": "^9.1.2",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.20.2",
"@types/antlr4": "~4.11.2",
"@types/color-string": "^1.5.2",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.14.191",
"@types/node": "latest",
"@typescript-eslint/eslint-plugin": "^6.7.4",
Expand Down Expand Up @@ -98,7 +100,7 @@
"svg-url-loader": "^6.0.0",
"terser-webpack-plugin": "^3.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"typescript": "^5.6.3",
"vite": "^3.2.10",
"vite-plugin-css-injected-by-js": "^2.2.0",
"vite-svg-loader": "^4.0.0",
Expand Down
Loading

0 comments on commit 5289365

Please sign in to comment.