Skip to content

Tag: javascript

Jest : ReferenceError: describe is not defined

I try to setup jest for my project following this tutorial : https://dev.to/nedsoft/testing-nodejs-express-api-with-jest-and-supertest-1km6 But when I try to run a basic test I’ve got the error below : I try to remove in my package.json : But nothing change. A idea ? Answer Ok the problem is last versio…

How to include vue app inside another vue app?

I’m currently requested to generate widget that will be included in different customers web sites. Let’s say somthing like: There is 2 constraintes: The use of iframe is forbidden The customers website could be done in whatever thecnology (PHP, React, ANgular, Vue.js, JQuery,…) As the reques…

how to extract instagram username from string

I have an input field and my users are entering their instagram username in various formats how can I extract username only? with I can extract from the URL. not sure how to search for whatever is after @ Answer You want a regex that matches either @ or various forms of the URL version as a prefix to the