vue2/test/unit/specs/directives.js

11 lines
271 B
JavaScript
Raw Normal View History

2013-09-10 06:04:33 +08:00
/*
* Only tests directives in `src/directives/index.js`
* and the non-delegated case for `sd-on`
*
* The combination of `sd-each` and `sd-on` are covered in
* the E2E test case for repeated items.
*/
describe('UNIT: Directives', function () {
// body...
})