Leaflet/spec/suites/SpecHelper.js

5 lines
95 B
JavaScript

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