mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-04 14:14:13 -04:00
Auto formatting
This commit is contained in:
parent
2bd532eb9a
commit
ff27c0b58b
@ -94,7 +94,6 @@ describe('AuthorCard', () => {
|
|||||||
expect(width).to.be.closeTo(propsData.width, 0.01)
|
expect(width).to.be.closeTo(propsData.width, 0.01)
|
||||||
expect(height).to.be.closeTo(propsData.height + nameBelowHeight + py1, 0.01)
|
expect(height).to.be.closeTo(propsData.height + nameBelowHeight + py1, 0.01)
|
||||||
})
|
})
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
it('renders quick-match and edit buttons on mouse hover', () => {
|
it('renders quick-match and edit buttons on mouse hover', () => {
|
||||||
|
@ -51,7 +51,6 @@ describe('<NarratorCard />', () => {
|
|||||||
cy.mount(NarratorCard, mountOptions)
|
cy.mount(NarratorCard, mountOptions)
|
||||||
|
|
||||||
cy.get('&numBooks').should('have.text', '1 Book')
|
cy.get('&numBooks').should('have.text', '1 Book')
|
||||||
|
|
||||||
})
|
})
|
||||||
|
|
||||||
it('renders the default name and num-books when narrator is not provided', () => {
|
it('renders the default name and num-books when narrator is not provided', () => {
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
const { defineConfig } = require("cypress");
|
const { defineConfig } = require("cypress")
|
||||||
|
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
component: {
|
component: {
|
||||||
devServer: {
|
devServer: {
|
||||||
framework: "nuxt",
|
framework: "nuxt",
|
||||||
bundler: "webpack",
|
bundler: "webpack"
|
||||||
},
|
}
|
||||||
},
|
}
|
||||||
});
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user