Skip to content

Commit 50f818a

Browse files
committed
ci: fix test
1 parent aea4cfe commit 50f818a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/@vue/cli-plugin-typescript/__tests__/tsGenerator.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ test('classComponent', async () => {
3434
expect(pkg.dependencies).toHaveProperty('vue-property-decorator')
3535

3636
expect(files['tsconfig.json']).toMatch(`"experimentalDecorators": true`)
37-
expect(files['tsconfig.json']).toMatch(`"emitDecoratorMetadata": true`)
3837
expect(files['src/App.vue']).toMatch(
3938
`export default class App extends Vue {`
4039
)

0 commit comments

Comments
 (0)