Files
Lab4/6/node_modules/jasmine-node/spec/helper_spec.js
MishaBagger b6c10cc93f MACHIN
2023-10-25 09:15:21 +03:00

7 lines
191 B
JavaScript

describe("helper", function() {
it("should load the helpers", function() {
var expectation= expect(true);
expect(typeof(expectation.toHaveProperty)).toBe('function');
});
});