From 86af2a2c4f3fb69e6982de1ed3fc53f28964d809 Mon Sep 17 00:00:00 2001 From: hacksalot Date: Thu, 14 Jan 2016 12:07:43 -0500 Subject: [PATCH] Rename test-cli.js to test-api.js. --- test/{test-cli.js => test-api.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/{test-cli.js => test-api.js} (99%) diff --git a/test/test-cli.js b/test/test-api.js similarity index 99% rename from test/test-cli.js rename to test/test-api.js index 59e5357..bc80e8c 100644 --- a/test/test-cli.js +++ b/test/test-api.js @@ -1,5 +1,5 @@ /** -@module test-cli.js +@module test-api.js */ var chai = require('chai')