Skip to content

Commit

Permalink
fix(test_fix): Linter and test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tholulomo committed Sep 26, 2023
1 parent 231eecb commit 39753e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/pages/portal/curation/xsd/XsdViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ export default {
}
}
}
</script>
</script>
2 changes: 1 addition & 1 deletion app/src/router/module/xsd.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ const xsdRoutes = [
}
]

export default xsdRoutes
export default xsdRoutes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import createWrapper from '../../../jest/script/wrapper'
import createWrapper from '../../../../../jest/script/wrapper'
import DynamFit from '@/pages/explorer/tools/dynamfit/DynamFit.vue'

describe('DynamFit.vue', () => {
Expand Down

0 comments on commit 39753e3

Please sign in to comment.