Skip to content

Commit 8ec4772

Browse files
committed
update testium to 2.4.0
1 parent e6a4b14 commit 8ec4772

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

index.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,19 @@
1616

1717
<div class="todo">
1818
<h1>Todos</h1>
19-
<form class="todoForm pure-form">
19+
<label>
20+
<input type="checkbox">
21+
</label>
22+
23+
<form class="todoForm pure-form">
2024
<input type="text" class="todoText" placeholder="What needs to be done?">
2125
<input type="submit" class="todoBtn pure-button pure-button-primary" value="Add New">
2226
</form>
2327

2428
<ul class="todoList"></ul>
29+
<label>
30+
<input type="checkbox">
31+
</label>
2532
</div>
2633

2734
</body>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"mocha": "^2.1.0",
3232
"phantomjs": "^1.9.13",
3333
"power-assert": "^0.10.1",
34-
"testium": "^2.3.0",
34+
"testium": "^2.4.0",
3535
"watchify": "^2.2.1"
3636
}
3737
}

0 commit comments

Comments
 (0)