From 56c2a7b1f4028937aa2c8687de8ab38dab7440a8 Mon Sep 17 00:00:00 2001 From: Neea Rusch Date: Thu, 14 Jan 2021 00:13:15 -0500 Subject: [PATCH] #21: add starter code --- test/cli-create.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cli-create.test.js b/test/cli-create.test.js index 4d3ba725..770a396c 100644 --- a/test/cli-create.test.js +++ b/test/cli-create.test.js @@ -1,4 +1,4 @@ -// TODO: how to require this without running the command? +// TODO: #21: how to require this without running the command? // const BuildScript = require('../cli/xt-build'); // const expect = require('chai').expect;