mirror of https://github.com/lukechilds/rollup.git
1 changed files with 3 additions and 2 deletions
@ -1,4 +1,5 @@ |
|||||
import tags from './tags'; |
import tags from './tags'; |
||||
|
|
||||
assert(tags['[object Object]'], true); |
assert.equal(tags['[object Object]'], true); |
||||
assert(Object.keys(tags).length, 6); |
assert.equal(tags['[object Number]'], false); |
||||
|
assert.equal(Object.keys(tags).length, 6); |
||||
|
Loading…
Reference in new issue