Skip to content

Commit

Permalink
test(remix): fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
philipjfulcher committed Apr 12, 2023
1 parent 9869934 commit 1785c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/remix-e2e/tests/nx-remix.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ describe('remix e2e', () => {

it('should pass un-escaped dollar signs in resource routes with skipChecks flag', async () => {
const result = await runCommandAsync(
`someWeirdUseCase=route-segment && yarn nx generate @nrwl/remix:resource-route --project ${plugin} --path my.route.$someWeirdUseCase.tsx --force`
`someWeirdUseCase=route-segment && yarn nx generate @nrwl/remix:resource-route --project ${plugin} --path my.route.$someWeirdUseCase.ts --force`
);

expect(result.stdout).toContain(
Expand Down

0 comments on commit 1785c6b

Please sign in to comment.