Skip to content

Commit

Permalink
Re-enabling colors after color testing (denoland#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
zekth authored and ry committed Mar 3, 2019
1 parent 0ba93a9 commit b4fba9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions colors/test.ts
Expand Up @@ -19,4 +19,6 @@ test(function enablingColors() {
assert.equal(getEnabled(), true); assert.equal(getEnabled(), true);
setEnabled(false); setEnabled(false);
assert.equal(bgBlue(red("Hello world")), "Hello world"); assert.equal(bgBlue(red("Hello world")), "Hello world");
setEnabled(true);
assert.equal(red("Hello world"), "Hello world");
}); });

0 comments on commit b4fba9f

Please sign in to comment.