Skip to content

Commit 2ee66a0

Browse files
committed
Code style
1 parent a6b4025 commit 2ee66a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/names.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
const tap = require('tap');
44
const lib = require('..');
55

6-
tap.test('API exported count', (test) => {
6+
tap.test('API exported count', test => {
77
test.strictSame(Object.keys(lib).length, 7);
88
test.end();
99
});
1010

11-
tap.test('API exported types', (test) => {
11+
tap.test('API exported types', test => {
1212
for (const key in lib) {
1313
const fn = lib[key];
14-
test.strictSame(typeof(fn), 'function');
14+
test.strictSame(typeof fn, 'function');
1515
}
1616
test.end();
1717
});

test/submodules.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const tap = require('tap');
44
const lib = require('..');
55

6-
tap.test('submodules', (test) => {
6+
tap.test('submodules', test => {
77
test.strictSame(lib.method11(), 11);
88
test.strictSame(lib.method12(), 12);
99
test.strictSame(lib.method21(), 21);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy