Leaflet/spec/suites/SpecHelper.js

5 lines
96 B
JavaScript

function noSpecs() {
xit('should have specs', function() {
expect('specs').toBe();
});
}