You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A BDD-style assertion library for Sass. Eventually it will maybe work with [True](https://github.com/oddbird/true).
5
+
A BDD-style assertion library for Sass that works with the [True](https://github.com/oddbird/true) test runner.
6
6
7
7
## Installation
8
8
9
-
It's not on npm yet!
9
+
Install Ocha through npm or Bower.
10
+
11
+
```bash
12
+
npm install ocha
13
+
bower install ocha
14
+
```
10
15
11
16
## Usage
12
17
13
18
Use the `expect()` mixin to write an assertion. Pass a value to check, and then a series of language functions. Most assertions also require a final value to compare with.
0 commit comments