MACHIN
This commit is contained in:
5
6/node_modules/jasmine-node/spec/nested/NestedSpec.js
generated
vendored
Normal file
5
6/node_modules/jasmine-node/spec/nested/NestedSpec.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
describe('jasmine-node-nested', function(){
|
||||
it('should pass', function(){
|
||||
expect(1+2).toEqual(3);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user