Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
kristw committed Oct 8, 2018
1 parent 58ad704 commit 0904e4a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,18 @@ describe('Plugin', () => {
});
it('replaces the default config with given config when replace is true', () => {

});
it('returns the plugin itself', () => {

});
});

describe('.resetConfig()', () => {
it('resets config back to default', () => {

});
it('returns the plugin itself', () => {

});
});
});

0 comments on commit 0904e4a

Please sign in to comment.