Created
April 5, 2017 17:09
-
-
Save linuxenko/b6ea9298fc4f7e240b2e5b5a5889c7d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
beforeEach(() => { | |
cst.rule(defaultRules); // Load default rules | |
}); | |
afterEach(() => { | |
cst.exit(); // Remove entire stylesheet | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment