Question: hello , am trying my web programming project , but have a problem. want write testing code of my project , but cant. because t

hello , am trying my web programming project , but have a problem. want write testing code of my project , but cant. because t is not working. could you help me ?

this is a component from my project

hello , am trying my web programming project , but have a

this is testing code of Arama component

.problem. want write testing code of my project , but cant. because

and this is error message

t is not working. could you help me ? this is a

Klemplates

mdi-magnify mdi-chevron-right Senet JS Arama.spec.js JS Ayakkabilar.spec.js JS Ayakkabit pelinayakkabilar-nuxt-master > .nuxt > specs > JS Arama.spec.js 1 import Arama from '@/Arama' 2 import { mount } from '@vue/test-utils' 3 4 5 test ('data',() => { console.log(Arama) 6 7 8 9 }) describe("Arama', ()=>{ test('mount a vue component',()=>{ const wrapper mount(Arama) expect(wrapper.vm.show).toBe(1) }) 10 11 12 13 14 15 16 17 18 = test ('show' ,() =>{ const wrapper mount(Arama) expect(wrapper.vm.show).toBe(true) })}) PROBLEMS OUTPUT DEBUG CONSOLE TERMINAL Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. Try the new cross-platform Powershell https://aka.ms/pscore6 PS C:\Users\Acer\Desktop\pelinayakkabilar-nuxt-master> npm test specs/Arama.spec.js > feyzaozturkkkk@1.0.0 test C:\Users\Acer\Desktop\pelinayakkabilar-nuxt-master > echo 'Error: no test specified' "specs/Arama.spec.js" 'Error: no test specified' "specs/Arama.spec.js" PS C:\Users\Acer\Desktop\pelinayakkabilar-nuxt-master> |

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!