Missing semicolon
This commit is contained in:
parent
e6121eb624
commit
551860ffcd
@ -12,7 +12,7 @@ const packages = [
|
||||
test(`Name should be equal "${npm.name}"`, t => {
|
||||
packages.map((referenceValue, referenceIndex) => {
|
||||
packages.map((compareValue, compareIndex) => {
|
||||
if (compareValue.name.match('/')) compareValue.name = compareValue.name.split('/')[1]
|
||||
if (compareValue.name.match('/')) compareValue.name = compareValue.name.split('/')[1];
|
||||
if (referenceIndex !== compareIndex) t.is(referenceValue.name, compareValue.name);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user