all files / tests/specs/watch/ index.spec.js

100% Statements 3/3
100% Branches 0/0
100% Functions 2/2
100% Lines 3/3
1 2 3 4 5 6 7 8 9           
import { resolve } from 'path';
import { renderSFCModule } from 'utils';
 
describe('watch', () => {
  it('can watch data change', () => {
    const cont = renderSFCModule(require('./watch'));
  });
});