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

Commit 732915e

Browse files
committed
Merge pull request #181 from johnjbarton/check-system-instanceof
Add test System instanceof Loader
2 parents af3722d + d9a99fb commit 732915e

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
@@ -562,4 +562,8 @@ function runTests() {
562562
assert(m.n, 'n');
563563
});
564564
});
565+
566+
test('System instanceof Loader', function(assert) {
567+
assert(System instanceof Reflect.Loader, true);
568+
});
565569
}

0 commit comments

Comments
 (0)