MACHIN
This commit is contained in:
7
6/node_modules/jasmine-node/spec/helper_spec.js
generated
vendored
Normal file
7
6/node_modules/jasmine-node/spec/helper_spec.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
describe("helper", function() {
|
||||
it("should load the helpers", function() {
|
||||
var expectation= expect(true);
|
||||
|
||||
expect(typeof(expectation.toHaveProperty)).toBe('function');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user