Skip to content

Commit

Permalink
Merge pull request #10626 from nextcloud/deps/nextcloud/vue-8.0.0-beta.7
Browse files Browse the repository at this point in the history
chore: bump @nextcloud/vue to v8.0.0-beta.8
  • Loading branch information
Antreesy authored Oct 11, 2023
2 parents c5bad1d + 948a640 commit 1e62e8f
Show file tree
Hide file tree
Showing 35 changed files with 7,617 additions and 4,364 deletions.
51 changes: 23 additions & 28 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,43 +22,38 @@

const { resolve } = require('node:path')

// Listed packages will be transformed with babel-jest
// TODO: find a way to consolidate this in one place, with webpack.common.js
const ignorePatterns = [
'(vue-material-design-icons)',
'(@juliushaertl)',
'(tributejs)',
'(@nextcloud/vue)',
'(splitpanes)',
'(string-length)',
'(strip-ansi)',
'(ansi-regex)',
'(char-regex)',
'(uuid)',
'(unist*)',
'(unified)',
'(bail)',
'(remark*)',
'(is-*)',
'(trough)',
'(vfile)',
'(mdast*)',
'(micromark)',
'(decode-named-character-reference)',
'(trim-lines)',
'(rehype*)',
'(hast-*)',
'(property-information)',
'(space-separated-tokens)',
'(comma-separated-tokens)',
'(web-namespaces)',
'bail',
'comma-separated-tokens',
'decode-named-character-reference',
'devlop',
'escape-string-regexp',
'hast-.*',
'is-.*',
'mdast-.*',
'micromark',
'property-information',
'rehype-.*',
'remark-.*',
'space-separated-tokens',
'trim-lines',
'trough',
'unified',
'unist-.*',
'vfile',
'vue-material-design-icons',
'web-namespaces',
]

module.exports = {

// Allow tests in the src and in tests/unit folders
testMatch: ['<rootDir>/src/**/*.(spec|test).(ts|js)'],
// Transform packages from top-level and nested 'node_modules'
transformIgnorePatterns: [
'node_modules/(?!' + ignorePatterns.join('|') + '/)',
`<rootDir>/node_modules/(?!(?:.*\\/node_modules\\/)?(?:${ignorePatterns.join('|')}))`,
],
resetMocks: false,
setupFiles: ['jest-localstorage-mock'],
Expand Down
Loading

0 comments on commit 1e62e8f

Please sign in to comment.