From e5cb1a3d15e0755dde7c6bf9f45bfa26f9cf640b Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 10 Feb 2017 14:11:22 -0800 Subject: [PATCH] assert: unlock the assert API Change the Stability Index on `assert` from Locked to Stable. Refs: https://github.com/nodejs/node/issues/11200 --- doc/api/assert.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/assert.md b/doc/api/assert.md index 8c4279f5d03d22..6e0c9ad409464c 100644 --- a/doc/api/assert.md +++ b/doc/api/assert.md @@ -1,6 +1,6 @@ # Assert -> Stability: 3 - Locked +> Stability: 2 - Stable The `assert` module provides a simple set of assertion tests that can be used to test invariants.