Skip to content

Instantly share code, notes, and snippets.

@hperantunes
Last active December 23, 2019 20:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hperantunes/aff0f6df45b0da65b17ea62f0ef5cdf4 to your computer and use it in GitHub Desktop.
Save hperantunes/aff0f6df45b0da65b17ea62f0ef5cdf4 to your computer and use it in GitHub Desktop.
declare namespace Chai {
interface Assertion {
style(property: string, value?: any): Assertion;
}
}
declare module "chai-style" {
const chaiStyle: Chai.ChaiPlugin;
export = chaiStyle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment