Merge pull request #20310 from backstage/renovate/swc-monorepo
fix(deps): update dependency @swc/core to v1.3.92
This commit is contained in:
@@ -18,15 +18,15 @@ import * as plugin from './plugin';
|
||||
|
||||
describe('git-release-manager', () => {
|
||||
it('should export plugin & friends', () => {
|
||||
expect(Object.keys(plugin)).toMatchInlineSnapshot(`
|
||||
expect(Object.keys(plugin).sort()).toMatchInlineSnapshot(`
|
||||
[
|
||||
"gitReleaseManagerApiRef",
|
||||
"constants",
|
||||
"helpers",
|
||||
"components",
|
||||
"testHelpers",
|
||||
"gitReleaseManagerPlugin",
|
||||
"GitReleaseManagerPage",
|
||||
"components",
|
||||
"constants",
|
||||
"gitReleaseManagerApiRef",
|
||||
"gitReleaseManagerPlugin",
|
||||
"helpers",
|
||||
"testHelpers",
|
||||
]
|
||||
`);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user