Skip to content

Commit e607ef7

Browse files
committed
style: format community defaults test assertion
1 parent 696ca2b commit e607ef7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

tests/unit/config.test.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,12 @@ describe('DEFAULTS', () => {
121121
});
122122

123123
it('has community defaults', () => {
124-
expect(DEFAULTS.community).toEqual({ resolution: 1.0, maxLevels: 50, maxLocalPasses: 20, refinementTheta: 1.0 });
124+
expect(DEFAULTS.community).toEqual({
125+
resolution: 1.0,
126+
maxLevels: 50,
127+
maxLocalPasses: 20,
128+
refinementTheta: 1.0,
129+
});
125130
});
126131

127132
it('has structure defaults', () => {

0 commit comments

Comments
 (0)