mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
feat(e2e): create basic e2e test runner
This is mostly PoC code that shows how this can be done. This will grow into the actual test runner.
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
describe('buttons', () => {
|
||||
it('loads', () => {
|
||||
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user