mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-06 06:29:45 -06:00
chore: move server e2e tests to system-tests (#16354)
Co-authored-by: Brian Mann <brian.mann86@gmail.com> Co-authored-by: Zach Bloomquist <git@chary.us> Co-authored-by: Zach Bloomquist <github@chary.us>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,3 @@
|
||||
it('passes', () => {
|
||||
expect(true).to.be.true
|
||||
})
|
||||
@@ -0,0 +1,3 @@
|
||||
module.exports = (on) => {
|
||||
on('invalid:event', () => {})
|
||||
}
|
||||
Reference in New Issue
Block a user