Skip to content

Commit

Permalink
Fix inline script content
Browse files Browse the repository at this point in the history
Test in —prod actually executes the boostrapScriptContent code
  • Loading branch information
danieltott committed Apr 28, 2023
1 parent d5c6bd2 commit b1b1940
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ describe('ReactDOMFizzServer', () => {
</div>,
{
nonce: 'R4nd0m',
bootstrapScriptContent: 'INIT();',
bootstrapScriptContent: 'function noop(){}',
bootstrapScripts: ['init.js'],
bootstrapModules: ['init.mjs'],
},
Expand Down

0 comments on commit b1b1940

Please sign in to comment.