Skip to content

Commit

Permalink
fix(#426): style fix for scatter/pairwise/histogram; add knn; eslint …
Browse files Browse the repository at this point in the history
…style fix
  • Loading branch information
Cynthia2019 committed Jul 8, 2023
1 parent 66e97e6 commit 8230bcc
Show file tree
Hide file tree
Showing 15 changed files with 2,133 additions and 2,144 deletions.
2 changes: 1 addition & 1 deletion app/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
preset: '@vue/cli-plugin-unit-jest',
transform: {
'^[^.]+.vue$': 'vue-jest',
"^.+\\.js$": "babel-jest",
'^.+\\.js$': 'babel-jest',
'\\.(gif)$': '<rootDir>/tests/jest/__mocks__/fileMock.js',
'\\.(ttl|rq)': 'jest-raw-loader'
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export default {
handler () {},
deep: true
}
},
},
methods: {
sigFigs: sigFigs
}
Expand Down
Loading

0 comments on commit 8230bcc

Please sign in to comment.