From 971c5a2654ded69fc5544611b1bb6fda02c3629d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Mon, 9 Mar 2015 20:12:38 -0400 Subject: [PATCH] Add assert function documentation for the plugins --- data/codex.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/codex.json b/data/codex.json index 6d7d08bf..106349da 100644 --- a/data/codex.json +++ b/data/codex.json @@ -27,6 +27,11 @@ , "description": "" , "render-file": false } + , { "name": "plugins" + , "title": "utility : assert" + , "file": "../chai/lib/chai/assertion.js" + , "description": "" + , "render-file": false } , { "name": "plugins" , "title": "utility : addMethod" , "file": "../chai/lib/chai/utils/addMethod.js"