remove noSpec failures (enable when needed during development)
This commit is contained in:
parent
3989c6afd0
commit
61d636cc4f
@ -1,5 +1,5 @@
|
||||
function noSpecs() {
|
||||
it('should have specs', function() {
|
||||
xit('should have specs', function() {
|
||||
expect('specs').toBe();
|
||||
});
|
||||
}
|
Loading…
Reference in New Issue
Block a user