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

https://github.com/evenstensberg/chutejs

testing library for css, scss, less and all them styles!
https://github.com/evenstensberg/chutejs

css scss styles testing

Last synced: about 2 months ago
JSON representation

testing library for css, scss, less and all them styles!

Awesome Lists containing this project

README

          

# chutejs
testing library for css

## NodeJS API

### Usage

```js

const ChuteJS = require('chutejs');

const Chute = new ChuteJS(configuration);
```

## NodeJS Methods

### configureReporters

TBD

### beforeTests

TBD

### onError (optional)

TBD

### beforeLint

TBD

### afterLintCompleted

TBD

### afterCompleted

TBD

### run

```js
const ChuteJS = require('chutejs');

const Chute = new ChuteJS(configuration);

Chute.run([tests])
```