From a0e13af864acce61534db2806162088392718e25 Mon Sep 17 00:00:00 2001 From: "Bob \"Wombat\" Hogg" Date: Thu, 8 Dec 2016 15:48:49 -0800 Subject: [PATCH] Docs.md: Fix which expect we expect (#23) --- Docs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Docs.md b/Docs.md index 6627b6e..7bdd378 100644 --- a/Docs.md +++ b/Docs.md @@ -11,7 +11,8 @@ You should be familiar with [mocha][mocha], [chai][chai], and [JavaScript Promis ```javascript const thorn = require('@sugarcrm/thorn'); -const expect = require('chai').expect; +const chakram = require('chakram'); +const expect = chakram.expect; ``` ## Thorn.Fixtures