Removes debugging artifacts for Travis CI troubleshooting
This commit is contained in:
parent
4f250563fd
commit
c736f818af
@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
env: {
|
env: {
|
||||||
testing: {
|
test: {
|
||||||
presets: [
|
presets: [
|
||||||
[ '@babel/preset-env', {
|
[ '@babel/preset-env', {
|
||||||
targets: {
|
targets: {
|
||||||
|
@ -142,10 +142,6 @@ test('test that inputs that arent updated dont re-context themselves', () => {
|
|||||||
expect(wrapper.find({ref: "second"}).vm.context === secondContext).toBe(true)
|
expect(wrapper.find({ref: "second"}).vm.context === secondContext).toBe(true)
|
||||||
})
|
})
|
||||||
|
|
||||||
test('this one should fail', () => {
|
|
||||||
expect(false).tobe(true)
|
|
||||||
})
|
|
||||||
|
|
||||||
test('test that inputs contain their v-model value as the initial input', () => {
|
test('test that inputs contain their v-model value as the initial input', () => {
|
||||||
const wrapper = mount(FormulateInput, { propsData: { type: 'text', formulateValue: 'initial val' } })
|
const wrapper = mount(FormulateInput, { propsData: { type: 'text', formulateValue: 'initial val' } })
|
||||||
expect(wrapper.find('input').element.value).toBe('initial val')
|
expect(wrapper.find('input').element.value).toBe('initial val')
|
||||||
|
Loading…
Reference in New Issue
Block a user