mirror of
https://github.com/apache/superset.git
synced 2026-05-22 00:05:15 +00:00
style: apply prettier line-wrap to normalizeBackendUrls.test.ts
Single-argument object literal exceeded print width after the comment trim; prettier expanded it to multi-line form.
This commit is contained in:
@@ -73,7 +73,9 @@ describe('normalizeBackendUrls', () => {
|
||||
describe('normalizeBackendUrlString', () => {
|
||||
test('strips application root from a router-relative path', () => {
|
||||
expect(
|
||||
normalizeBackendUrlString('/superset/sqllab', { applicationRoot: PREFIX }),
|
||||
normalizeBackendUrlString('/superset/sqllab', {
|
||||
applicationRoot: PREFIX,
|
||||
}),
|
||||
).toBe('/sqllab');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user