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