mirror of https://github.com/vuejs/vue.git
11 lines
271 B
JavaScript
11 lines
271 B
JavaScript
|
|
/*
|
||
|
|
* 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...
|
||
|
|
})
|