add cypress tests

This commit is contained in:
MxMarx 2023-10-21 21:47:04 -07:00
parent 0cbcfbd273
commit e8432d9a0d
34 changed files with 13497 additions and 56 deletions

View 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]