Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Nov 10, 2017
1 parent 1eedc92 commit ee1b9e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/derivation_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ describe("a derivation", function () {
it('with a template string', function () {
var a = derivable.atom('a');
var b = 'b';
var fakeTemplateString = ['a: ', ', b: '];
// Same as `a: ${a} b: ${b}` in ES6
var derivation = derivable.derive`a: ${a}, b: ${b}`;

assert.strictEqual(derivation.get(), 'a: a, b: b');
Expand Down

0 comments on commit ee1b9e1

Please sign in to comment.