add a bunch of new tests and add empty test files where missing
This commit is contained in:
7
docs/src/demos/Examples/Formatting/index.spec.js
Normal file
7
docs/src/demos/Examples/Formatting/index.spec.js
Normal file
@@ -0,0 +1,7 @@
|
||||
context('/examples/formatting', () => {
|
||||
before(() => {
|
||||
cy.visit('/examples/formatting')
|
||||
})
|
||||
|
||||
// TODO: Write tests
|
||||
})
|
||||
Reference in New Issue
Block a user