1
0
mirror of synced 2026-08-04 14:16:55 +00:00

initial form

This commit is contained in:
Rimian Perkins
2017-02-07 14:23:38 +11:00
parent 8d7b50a7ae
commit 02d15d486a
2 changed files with 14 additions and 0 deletions
@@ -6,5 +6,6 @@ test('Choice Page Exists', () => {
andThen(() => {
ok(exists('h1'), 'Choice');
ok(exists('form'), 'Something');
});
});