mirror of
https://github.com/prymitive/karma
synced 2026-05-15 04:06:41 +00:00
6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
const counter = require("./counter");
|
|
|
|
test("counter hide()", () => {
|
|
counter.hide();
|
|
});
|