Files
2020-11-14 14:27:52 +01:00

8 lines
163 B
TypeScript

import { vueConfig } from '@nativescript/webpack';
describe('vue configuration', () => {
it('works', () => {
expect(vueConfig('')).toMatchSnapshot();
});
});