summaryrefslogtreecommitdiff
path: root/installed-tests/js/testImporter.js
diff options
context:
space:
mode:
Diffstat (limited to 'installed-tests/js/testImporter.js')
-rw-r--r--installed-tests/js/testImporter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/installed-tests/js/testImporter.js b/installed-tests/js/testImporter.js
index 8380af20..f03bf634 100644
--- a/installed-tests/js/testImporter.js
+++ b/installed-tests/js/testImporter.js
@@ -32,7 +32,7 @@ describe('GI importer', function () {
expect(() => imports.gi.Regress).toThrow('💩');
});
- it("throws an exception when the overrides _init isn't a function", function () {
+ it('throws an exception when the overrides _init is a primitive', function () {
expect(() => imports.gi.Gio).toThrowError(/_init/);
});
});