Skip to content

Commit

Permalink
fix: Composite type relationship lookup resolution. Dependency upgrad…
Browse files Browse the repository at this point in the history
…es: @mermaid-js/mermaid-cli
  • Loading branch information
keonik committed May 25, 2023
1 parent 5618b7d commit 94ddfd2
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 247 deletions.
18 changes: 8 additions & 10 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,18 @@ module.exports = {
coverageDirectory: 'coverage',

// An array of regexp pattern strings used to skip coverage collection
// coveragePathIgnorePatterns: [
// "/node_modules/"
// ],
coveragePathIgnorePatterns: ['/node_modules/'],

// Indicates which provider should be used to instrument code for coverage
coverageProvider: 'v8',

// A list of reporter names that Jest uses when writing coverage reports
// coverageReporters: [
// "json",
// "text",
// "lcov",
// "clover"
// ],
coverageReporters: [
'json',
'text',
'lcov',
// "clover"
],

// An object that configures minimum threshold enforcement for coverage results
// coverageThreshold: undefined,
Expand Down Expand Up @@ -191,5 +189,5 @@ module.exports = {
// watchPathIgnorePatterns: [],

// Whether to use watchman for file crawling
// watchman: true,
watchman: true,
};

0 comments on commit 94ddfd2

Please sign in to comment.