Skip to content

Commit 17e75c2

Browse files
committed
style: reformat source
1 parent 5ba9b31 commit 17e75c2

File tree

8 files changed

+8696
-6806
lines changed

8 files changed

+8696
-6806
lines changed

__tests__/schemas.spec.ts

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,17 @@ describe(header('device shadow'), () => {
5353

5454
describe('Validate example for dependencies', () => {
5555
it('can correctly load device shadow', () => {
56-
const exampleData = JSON.parse(readFileSync('./schemas/deviceShadow/ipShadow/ipShadow-example.json', 'utf-8'));
57-
const valid = getValidationWithDependencies(DeviceShadow.IP, [DeviceShadow.Config], exampleData);
56+
const exampleData = JSON.parse(
57+
readFileSync(
58+
'./schemas/deviceShadow/ipShadow/ipShadow-example.json',
59+
'utf-8',
60+
),
61+
);
62+
const valid = getValidationWithDependencies(
63+
DeviceShadow.IP,
64+
[DeviceShadow.Config],
65+
exampleData,
66+
);
5867
expect(valid).toBeTruthy();
59-
});
68+
});
6069
});

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = {extends: ['@commitlint/config-angular']}
1+
module.exports = { extends: ['@commitlint/config-angular'] };

0 commit comments

Comments
 (0)