5 lines
131 B
CoffeeScript
5 lines
131 B
CoffeeScript
ExModeView = require '../lib/ex-mode-view'
|
|
|
|
describe "ExModeView", ->
|
|
it "has one valid test", ->
|
|
expect("life").toBe "easy"
|