A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/coderaiser/putout/commit/ad02cebc344ce73cdee668cffc5078bf08830d52 below:

test(plugin-remove-unused-variables) tape -> supertape · coderaiser/putout@ad02ceb · GitHub

File tree Expand file treeCollapse file tree 4 files changed

+4

-6

lines changed

Filter options

Expand file treeCollapse file tree 4 files changed

+4

-6

lines changed Original file line number Diff line number Diff line change

@@ -1,6 +1,6 @@

1 1

'use strict';

2 2 3 -

const test = require('tape');

3 +

const test = require('supertape');

4 4

const getUnused = require('../lib/get-unused');

5 5 6 6

test('remove-unused-variables: get-unused', (t) => {

Original file line number Diff line number Diff line change

@@ -1,7 +1,6 @@

1 1

'use strict';

2 2 3 -

const tryTo = require('try-to-tape');

4 -

const test = tryTo(require('tape'));

3 +

const test = require('supertape');

5 4 6 5

const {

7 6

parse,

Original file line number Diff line number Diff line change

@@ -1,7 +1,6 @@

1 1

'use strict';

2 2 3 -

const tryTo = require('try-to-tape');

4 -

const test = tryTo(require('tape'));

3 +

const test = require('supertape');

5 4 6 5

const _putout = require('putout');

7 6

const {readFixtures} = require('./fixture');

Original file line number Diff line number Diff line change

@@ -1,6 +1,6 @@

1 1

'use strict';

2 2 3 -

const test = require('tape');

3 +

const test = require('supertape');

4 4

const transform = require('../lib/transform');

5 5 6 6

test('remove-unused-variables: transform: empty', (t) => {

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4