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!
- Host: GitHub
- URL: https://github.com/evenstensberg/chutejs
- Owner: evenstensberg
- License: mit
- Created: 2021-05-06T22:18:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-22T19:13:40.000Z (about 5 years ago)
- Last Synced: 2025-02-08T05:41:11.013Z (over 1 year ago)
- Topics: css, scss, styles, testing
- Language: JavaScript
- Homepage:
- Size: 7.65 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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])
```