Skip to content

Commit

Permalink
security: Upgrade Jest and Vega to get rid of known NPM vulnerabilities.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Sep 5, 2023
1 parent 747e30b commit 77e4097
Show file tree
Hide file tree
Showing 6 changed files with 21,164 additions and 13,840 deletions.
5 changes: 0 additions & 5 deletions ui/.markdownlint.json

This file was deleted.

5 changes: 1 addition & 4 deletions ui/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@ module.exports = {
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
],
testEnvironment: "jest-environment-jsdom-fourteen",
transform: {
"^.+\\.(js|jsx|ts|tsx)$": '<rootDir>/node_modules/babel-jest',
},
testEnvironment: "jsdom",
transformIgnorePatterns: [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$",
"^.+\\.module\\.(css|sass|scss)$"
Expand Down
Loading

0 comments on commit 77e4097

Please sign in to comment.