Skip to content

Commit

Permalink
chore(misc): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Dec 4, 2024
1 parent ccb21a0 commit b294f1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react/src/generators/library/library.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -519,8 +519,7 @@ describe('lib', () => {

expect(tree.read('my-lib/rollup.config.cjs', 'utf-8'))
.toMatchInlineSnapshot(`
"
const { withNx } = require('@nx/rollup/with-nx');
"const { withNx } = require('@nx/rollup/with-nx');
const url = require('@rollup/plugin-url');
const svg = require('@svgr/rollup');
Expand Down

0 comments on commit b294f1e

Please sign in to comment.