Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save adamcameron/76728853ef6e84e7e1e5e152e31a0c5e to your computer and use it in GitHub Desktop.

Select an option

Save adamcameron/76728853ef6e84e7e1e5e152e31a0c5e to your computer and use it in GitHub Desktop.
A test to load into the saved gist that has the framework loaded as setupcode in trycf.com
<cfscript>
function run() {
describe("some tests", () => {
it("a passing test", () => {
expect(true).toBe(true)
})
})
}
tinyTest.runTests()
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment