An open API service indexing awesome lists of open source software.

https://github.com/wallabyjs/wallaby-jspm-sample

Testing jspm app with wallaby.js
https://github.com/wallabyjs/wallaby-jspm-sample

Last synced: 2 months ago
JSON representation

Testing jspm app with wallaby.js

Awesome Lists containing this project

README

          

[![Wallaby.js](https://img.shields.io/badge/wallaby.js-configured-green.svg)](https://wallabyjs.com)

# wallaby-jspm-sample
This repository demonstrates how to use [wallaby.js](http://wallabyjs.com/) with [jspm](http://jspm.io/) plus [Electron test runner](https://wallabyjs.com/docs/integration/electron.html).

## Install dependencies
```sh
npm install
jspm install
```