mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
5 lines
95 B
JavaScript
5 lines
95 B
JavaScript
test("help imports", () => {
|
|
window.jQuery = require("jquery");
|
|
require("./help");
|
|
});
|