Skip to content

Commit ba26792

Browse files
committed
fix: formatting
1 parent deee52c commit ba26792

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/analytics/e2e/analytics.e2e.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,9 +1144,7 @@ describe('analytics() modular', function () {
11441144
await getGoogleAnalyticsClientId(getAnalytics());
11451145
fail('Should have thrown an error');
11461146
} catch (e) {
1147-
e.message.should.equal(
1148-
'getGoogleAnalyticsClientId is web-only.',
1149-
);
1147+
e.message.should.equal('getGoogleAnalyticsClientId is web-only.');
11501148
}
11511149
}
11521150
this.skip();

0 commit comments

Comments
 (0)