Update test.js
This commit is contained in:
parent
4105f6ea4b
commit
4e82d05bd3
1 changed files with 4 additions and 4 deletions
4
test.js
4
test.js
|
|
@ -137,8 +137,8 @@ test('is.class', t => {
|
||||||
class Bar extends BaseClass {}
|
class Bar extends BaseClass {}
|
||||||
];
|
];
|
||||||
|
|
||||||
for (const ins of classDeclarations) {
|
for (const x of classDeclarations) {
|
||||||
t.true(m.class(ins));
|
t.true(m.class(x));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue