Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 5143551

Browse files
committed
try out failures
1 parent 71e2cb8 commit 5143551

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec/basic/lib_spec.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ describe('no protractor at all', function() {
22
it('should still do normal tests', function() {
33
expect(true).toBe(true);
44
});
5+
6+
// Another quick check. We are doing this to kick off master by itself.
7+
it('should still do normal tests', function() {
8+
expect(true).toBe(true);
9+
});
510
});
611

712
describe('protractor library', function() {

0 commit comments

Comments
 (0)