mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
8 lines
163 B
TypeScript
8 lines
163 B
TypeScript
import { vueConfig } from '@nativescript/webpack';
|
|
|
|
describe('vue configuration', () => {
|
|
it('works', () => {
|
|
expect(vueConfig('')).toMatchSnapshot();
|
|
});
|
|
});
|