362 Commits (06f41ad9fe9de374b29be5913cb133ce10204046)

Author SHA1 Message Date
Bartek 7d55af6b6a Delimiters tests (#2948) 9 years ago
Evan You 0a15d9ee27 add root element warnings 9 years ago
Evan You df73cbf0a8 remove v-bind:style important test case due to phantomjs inconsistency 9 years ago
kazuya kawaguchi 30c82195d1 add create-element tests (#2930) 9 years ago
Brendan Bowidas 93bfc9baa7 Unit tests for v-bind:style (#2932) 9 years ago
Evan You 82c76175ec use extend instead of Object.assign() since the latter is not avaialble in phantomjs 9 years ago
Evan You f5297358af fix linting problems 9 years ago
Evan You 9d3479a76c rearrange option tests 9 years ago
Blake Newman 79b29f7ba4 added ref directive tests (#2892) 9 years ago
Evan You acd712d54d fix ref codegen 9 years ago
Evan You af0bf2a886 async component tests 9 years ago
Evan You 600ebfbaa4 simplify compiler tests 9 years ago
kazuya kawaguchi 0f46d950ec add create-component tests (#2928) 9 years ago
Evan You 6fe268874c improve codegen for smaller generated code size 9 years ago
kazuya kawaguchi 680baf846e add codegen tests (#2894) 9 years ago
Evan You f8ece6144a improve waitForUpdate() syntax 9 years ago
Blake Newman 8e35604dab added pre directive tests (#2891) 9 years ago
Jinjiang 1d45c4b9e9 extract style/class/transition as web platform compiler modules (#2885) 9 years ago
Evan You da4124c4ca unit tests for v-bind:class 9 years ago
kazuya kawaguchi 6daba53750 add optimizer tests (#2882) 9 years ago
Evan You eaddbe5739 update track-by usage in test 9 years ago
kazuya kawaguchi b8ffc659e9 add parser tests (#2878) 9 years ago
kazuya kawaguchi b65511e111 add scheduler tests (#2869) 9 years ago
Evan You 45d96c7dbc annotation for vdom (wip) 9 years ago
kazuya kawaguchi 82da272bdf add watcher tests (#2868) 9 years ago
Evan You d6ced71719 prohibit Vue.set/delete on Vue instances 9 years ago
kazuya kawaguchi 64de68b6f5 add observer tests (#2855) 9 years ago
Blake Newman 35440d9856 SSR warn for no VUE_ENV and add tests (#2844) 9 years ago
Evan You 07cf6444c6 return this in $mount, make unit tests more consistent 9 years ago
Evan You 2021b1f36f layout unit test files 9 years ago
Evan You 6593be9f75 update unit tests convention + basic component tests 9 years ago
Evan You 5fb1a549d2 make attr behavior more consistent + fix tests 9 years ago
Takuya Tejima ae78813606 [Vue 2.0] Fix BooleanAttr & EnumeratedAttr serialization (#2810) 9 years ago
Evan You 68372ea26b update track-by usage 9 years ago
Evan You f0f2b76183 fix eslint 9 years ago
Evan You 2f0222b41c layout test files 9 years ago
Evan You 72b74a23e4 improve v-for unit tests 9 years ago
Evan You 2679653362 test for Vue.compile 9 years ago
Evan You e275b75af8 test/fix global filter registration 9 years ago
Evan You cab88c50bb fix child component v-on spec 9 years ago
Evan You 680bd042c9 fix v-on test capture 9 years ago
Jinjiang 25efaf2163 [next] v-on test (#2741) 9 years ago
Blake Newman 681dc603e4 added v-once directive unit tests (#2740) 9 years ago
Evan You 26b776fa81 add placeholders for unit tests 9 years ago
Evan You 3dc6088d53 use more reliable display check for v-show tests (fix it in PhantomJS) 9 years ago
Evan You bf14a05f3e fix spelling 9 years ago
Evan You f550933334 fix unit tests in Firefox/Safari 9 years ago
Jinjiang 657ba390c7 directives v-for v-html v-text v-show (#7) 9 years ago
Evan You 9a2c8db4c8 get rid of new function in core so that runtime is fully CSP-compliant 9 years ago
Evan You fff89dff1e add waitForUpdate as allowed global in unit tests 9 years ago