Skip to content

Instantly share code, notes, and snippets.

@Trimeego
Created February 16, 2013 03:54
Show Gist options
  • Save Trimeego/4965466 to your computer and use it in GitHub Desktop.
Save Trimeego/4965466 to your computer and use it in GitHub Desktop.
CS: Sample Mocha Test
define ["icg/sample"], (module) ->
"use strict"
describe "module", ->
it "is awesome", ->
expect(window.something).to.be "AWESOME"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment