Skip to content

mokkabonna/sublime-expect

Repository files navigation

Snippets for expect.js

Includes it's own language config so that the completions triggers only in files for tests. This syntax is called JavaScript (Test) and inherits from the standard JavaScript syntax.

Either you can manually change the syntax for the file to this syntax to enable the completions, or even better use the sublime package ApplySyntax

Then in your user setting configure it like this (depending on the filename pattern for your tests, in this example all files end with Spec.js)

{
    "syntaxes": [
        {
            "name": "Expect/JavaScript (Test)",
            "rules": [
                {"file_name": ".+Spec.js$"}
            ]
        }
    ]
}

About

Snippets for expect.js assertions

Resources

Stars

Watchers

Forks

Packages

No packages published