Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ItalyPaleAle committed Aug 25, 2018
1 parent c8bfbc5 commit 4b294b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SMConfig.test.ts
Expand Up @@ -52,7 +52,7 @@ describe('SMConfig', function() {

// Parameter config not a string neither an object
assert.throws(() => {
new SMConfig(12)
new SMConfig(12 as any)
}, /parameter config must be/i)

// Missing config.default
Expand Down

0 comments on commit 4b294b8

Please sign in to comment.