Skip to content

Commit 5a6bbd3

Browse files
committed
chore(gritty) test: lint
1 parent 857c2e9 commit 5a6bbd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.madrun.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const {run} = require('madrun');
55
module.exports = {
66
'start': () => 'node bin/gritty',
77
'start:dev': () => 'NODE_ENV=development npm start',
8-
'lint': () => 'putout bin test .madrun.js client server',
8+
'lint': () => 'putout bin test .madrun.js client server -f progress',
99
'fix:lint': () => run('lint', '--fix'),
1010
'watch:test': () => run('watcher', 'npm test'),
1111
'watcher': () => 'nodemon -w test -w client -w server --exec',

test/client/gritty.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const {
4747
_onTermData,
4848
_onWindowResize,
4949
_defaultFontFamily,
50-
} = require('../../client/gritty');
50+
} = gritty;
5151

5252
test('gritty: Terminal: new', (t) => {
5353
before();

0 commit comments

Comments
 (0)