Browse Source

missing semicolon

babel-plugin-for-integration-tests
Petr Huřťák 9 years ago
parent
commit
dc3ec588d1
  1. 2
      readme.md

2
readme.md

@ -62,7 +62,7 @@ test('foo', function (t) {
});
test('bar', function (t) {
t.plan(2)
t.plan(2);
setTimeout(function () {
t.is('bar', 'bar');

Loading…
Cancel
Save