chore: import upstream snapshot with attribution
Enforce Pull-Request Rules / check (push) Has been cancelled
Enforce Pull-Request Rules / check (push) Has been cancelled
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const SystemInformation = require("../../../js/systeminformation");
|
||||
|
||||
describe("SystemInformation", () => {
|
||||
it("should output system information", async () => {
|
||||
await expect(SystemInformation()).resolves.toContain("platform: linux");
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user