Files
2021-03-02 20:23:04 -08:00

8 lines
163 B
TypeScript

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