Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamcameron/76728853ef6e84e7e1e5e152e31a0c5e to your computer and use it in GitHub Desktop.
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