6 lines
161 B
CoffeeScript
6 lines
161 B
CoffeeScript
Iso8601TimestampView = require '../lib/iso8601-timestamp-view'
|
|
|
|
describe "Iso8601TimestampView", ->
|
|
it "has one valid test", ->
|
|
expect("life").toBe "easy"
|