- Download the latest zsh package: https://packages.msys2.org/package/zsh?repo=msys&variant=x86_64
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz
/** | |
* File: simple.test.js | |
* Author: barayuda.gautama[at]dana.id || gede[at]barayuda.web.id | |
*/ | |
'use strict'; | |
import { | |
webpackHelper | |
} from 'macaca-wd'; |
--reporter macaca-reporter | |
--require @babel/register | |
--recursive | |
--timeout 60000 |
{ | |
..., | |
"scripts": { | |
... | |
"dev:test": "cross-env NODE_ENV=test npm run dev", | |
"test": "npm run clean && macaca run --f_options '--opts test/mocha.opts' -d ./test --verbose", | |
"clean": "rm -rf coverage reports", | |
}, | |
..., | |
} |
{ | |
..., | |
"devDependencies": { | |
"@babel/core": "^7.0.0", | |
"@babel/preset-env": "^7.0.0", | |
"@babel/register": "^7.10.5", | |
..., | |
}, | |
"optionalDependencies": { | |
"macaca-cli": "^2.2.1", |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |