Upload 5.23
This commit is contained in:
9
part5/bloglist-frontend/cypress.config.js
Normal file
9
part5/bloglist-frontend/cypress.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { defineConfig } from "cypress";
|
||||
|
||||
export default defineConfig({
|
||||
e2e: {
|
||||
setupNodeEvents(on, config) {
|
||||
// implement node event listeners here
|
||||
},
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user