fix: Updated tests now there's no more tags
This commit is contained in:
parent
0eee012d0a
commit
12404f4438
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const testPatternConfig = (design, pattern, expect, models, patterns) => {
|
|||
expect(typeof pattern.config.version).to.equal('string')
|
||||
expect(pattern.config.version.length > 1).to.be.true
|
||||
})
|
||||
for (let key of ['design', 'code', 'tags']) {
|
||||
for (let key of ['design', 'code']) {
|
||||
it(` - '${key}' should be a string or array of strings`, () => {
|
||||
if (typeof pattern.config[key] === 'string') {
|
||||
expect(pattern.config[key].length > 1).to.be.true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue