- 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
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| { | |
| ..., | |
| "devDependencies": { | |
| "@babel/core": "^7.0.0", | |
| "@babel/preset-env": "^7.0.0", | |
| "@babel/register": "^7.10.5", | |
| ..., | |
| }, | |
| "optionalDependencies": { | |
| "macaca-cli": "^2.2.1", |
| { | |
| ..., | |
| "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", | |
| }, | |
| ..., | |
| } |
| --reporter macaca-reporter | |
| --require @babel/register | |
| --recursive | |
| --timeout 60000 |
| /** | |
| * File: simple.test.js | |
| * Author: barayuda.gautama[at]dana.id || gede[at]barayuda.web.id | |
| */ | |
| 'use strict'; | |
| import { | |
| webpackHelper | |
| } from 'macaca-wd'; |
Example:
zsh-5.7.1-1-x86_64.pkg.tar.xz