Skip to content

Commit

Permalink
Fix test that writes to typesbundle
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Jan 6, 2025
1 parent 713d947 commit 400a148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps-config/src/api/typesBundle.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('typesBundle', (): void => {
const typesBundle: { chain: Record<string, unknown>, spec: Record<string, unknown> } = { chain: {}, spec: {} };

afterAll((): void => {
fs.writeFileSync('packages/apps-config/src/api/typesBundle.ts', `// Copyright 2017-2024 @polkadot/apps-config authors & contributors
fs.writeFileSync('packages/apps-config/src/api/typesBundle.ts', `// Copyright 2017-2025 @polkadot/apps-config authors & contributors
// SPDX-License-Identifier: Apache-2.0
// Do not edit, auto-generated by @polkadot/apps-config
Expand Down

0 comments on commit 400a148

Please sign in to comment.