Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

fix: allow only by object #407

Merged
merged 2 commits into from
Dec 14, 2018
Merged

fix: allow only by object #407

merged 2 commits into from
Dec 14, 2018

Commits on Dec 5, 2018

  1. fix: allow only by object

    The only option will now accept an object for onlying a specific test.
    
    Previously you could only do this to only run a specific test:
    
    ```js
    {
      only: ['should test a thing']
    }
    ```
    
    Now you can do this:
    
    ```js
    {
      only: [{
        name: 'should test a thing',
        reason: 'because development' // optional!
      }]
    }
    ```
    
    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    b3149cf View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. fix: disable just the rule we're breaking

    License: MIT
    Signed-off-by: Alan Shaw <alan.shaw@protocol.ai>
    Alan Shaw committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    e2a85a5 View commit details
    Browse the repository at this point in the history