mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-15 13:51:35 +00:00
add cypress tests
This commit is contained in:
parent
0cbcfbd273
commit
e8432d9a0d
34 changed files with 13497 additions and 56 deletions
5
cypress/fixtures/bookMetadata/index.js
Normal file
5
cypress/fixtures/bookMetadata/index.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
const book1 = require("./book1.json")
|
||||
const book2 = require("./book2.json")
|
||||
const book3 = require("./book3.json")
|
||||
|
||||
module.exports = [book1, book2, book3]
|
||||
Loading…
Add table
Add a link
Reference in a new issue