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

5 lines
79 B
CoffeeScript

describe 'jasmine-node', ->
it 'should pass', ->
expect(1+2).toEqual(3)