First comment, lets add some nasty formatting
.
Oh lala
it works :D
import
in component file?Unexpected Token
This usually means that you are trying to import a file which Jest cannot parse, e.g. it's not plain JavaScript.
Points something related to jest and babel
Javascript is moving so fast these days that browsers are lacking behind
TIP
Babel is like python 2to3 tool, or python 3to2 tool
In web development, a polyfill is code that implements a feature on web browsers that do not support the feature. Most often, it refers to a JavaScript library that implements an HTML5 web standard, either an established standard (supported by some browsers) on older browsers, or a proposed standard (not supported by any browsers) on existing browsers. Formally, "a polyfill is a shim for a browser API".
Also know as indirection, shim Library in many context
const arr = [1,2,3]
console.log(...arr)
To start using advanced JS features
mount
and shallow mount
?mount
will mount all components along with its child components
Shallow mount
only mounts the parent component and skips children
Jest has snapshots
which Mocha, chai doesnt have
Packages
{ "title": "Test", "frontmatter": { "title": "Test", "tags": [ "test", "page", "markdown", "component" ], "readingShow": "top" }, "regularPath": "/guide/test.html", "relativePath": "guide/test.md", "key": "v-67078104", "path": "/guide/test.html", "headers": [ { "level": 2, "title": "Jest Failing", "slug": "jest-failing" }, { "level": 2, "title": "Babel", "slug": "babel" }, { "level": 2, "title": "Vue Test Utils", "slug": "vue-test-utils" } ], "lastUpdated": "7/30/2020, 8:04:29 PM", "readingTime": { "text": "2 min read", "minutes": 1.7, "time": 102000, "words": 340 } }
pwd
is a linux command
A car is a wheeled, self-powered motor vehicle used for transportation.
My Footer