Skip to content

Commit

Permalink
Merge pull request #2754 from apexcharts/fix/dependencies
Browse files Browse the repository at this point in the history
Fix/dependencies
  • Loading branch information
junedchhipa committed Nov 7, 2021
2 parents fb6ca1c + 6128887 commit 70778bf
Show file tree
Hide file tree
Showing 14 changed files with 3,416 additions and 6,294 deletions.
1 change: 0 additions & 1 deletion .eslintignore
@@ -1,6 +1,5 @@
dist/
assets/
src/svgjs/
src/utils/DetectElementResize.js
node_modules/
tests/coverage/
4 changes: 3 additions & 1 deletion build/config.js
Expand Up @@ -65,7 +65,9 @@ function rollupConfig(opts) {
json({
preferConst: true
}),
postcss(),
postcss({
plugins: []
}),
svgo({
raw: true
}),
Expand Down
3 changes: 2 additions & 1 deletion jest.config.js
Expand Up @@ -31,9 +31,10 @@ module.exports = {

// The paths to modules that run some code to configure or set up the testing environment before each test
// setupFiles: [],
testTimeout: 20000,

// The test environment that will be used for testing
// testEnvironment: 'jest-environment-jsdom',
testEnvironment: 'jest-environment-jsdom',

// Options that will be passed to the testEnvironment
// testEnvironmentOptions: {},
Expand Down

0 comments on commit 70778bf

Please sign in to comment.