Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit d9a99fb

Browse files
committed
Add test System instanceof Loader
1 parent d751b21 commit d9a99fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,4 +558,8 @@ function runTests() {
558558
assert(m.n, 'n');
559559
});
560560
});
561+
562+
test('System instanceof Loader', function(assert) {
563+
assert(System instanceof Reflect.Loader, true);
564+
});
561565
}

0 commit comments

Comments
 (0)