mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-23 21:40:00 -05:00
ci: fix test
This commit is contained in:
@@ -34,7 +34,6 @@ test('classComponent', async () => {
|
||||
expect(pkg.dependencies).toHaveProperty('vue-property-decorator')
|
||||
|
||||
expect(files['tsconfig.json']).toMatch(`"experimentalDecorators": true`)
|
||||
expect(files['tsconfig.json']).toMatch(`"emitDecoratorMetadata": true`)
|
||||
expect(files['src/App.vue']).toMatch(
|
||||
`export default class App extends Vue {`
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user