1.0.2 • Published 11 years ago

bem-matchers v1.0.2

Weekly downloads
12
License
-
Repository
github
Last release
11 years ago

BEM-Matchers for Jasmine

Build Status

Set of useful matchers to make your specs more readable.

For now, we have one matcher for you:

expect(block).toHaveMod(modName, modVal)

Expect that passed block has following modifier. You can check the modifier value by passing the second argument.

If you will pass a non-BEM entity into expectation, you will get an exception.

1.0.2

11 years ago

1.0.1

11 years ago

1.0.0

11 years ago