vue/test
Evan You e1342df784 fix(setup): setup hook should be called before beforeCreate
fix #12802

Note this commit moves the initialization of injections and props to
before the invocation of beforeCreate. This should not cause breakage
because props and inject normalization has always been done before
beforeCreate, so code that attempts to modifiy props/inject options
inside beforeCreate should have never worked.
2022-10-11 16:29:30 +08:00
..
e2e refactor: move to monorepo 2022-05-31 15:32:44 +08:00
helpers wip: reactive tests passing 2022-05-26 00:30:31 +08:00
transition ci: __DEV__ flag for e2e tests 2022-05-26 02:42:48 +08:00
unit fix(setup): setup hook should be called before beforeCreate 2022-10-11 16:29:30 +08:00
test-env.d.ts test: transition tests 2022-05-23 15:15:29 +08:00
tsconfig.json build: use extended tsconfig 2022-06-01 14:27:29 +08:00
vitest.setup.ts test: transition tests 2022-05-23 15:15:29 +08:00