Skip to content

Commit

Permalink
modify spring-data-relational spec to run server generator
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarakaprasad committed Mar 3, 2024
1 parent 0b84eff commit 79f96ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { beforeAll, describe, expect, it } from 'vitest';

import { defaultHelpers as helpers, result } from 'generator-jhipster/testing';

const SUB_GENERATOR = <% if(subGenerator = 'spring-data-relational') { %> 'server' <% } else { %> '<%= subGenerator %>' <% } %>;
const SUB_GENERATOR = <% if(subGenerator === 'spring-data-relational') { %> 'server' <% } else { %> '<%= subGenerator %>' <% } %>;
<%_ if (customGenerator) { _%>
const SUB_GENERATOR_NAMESPACE = `jhipster-<%= application.baseName %>:${SUB_GENERATOR}`;
<%_ } else { _%>
Expand Down

0 comments on commit 79f96ad

Please sign in to comment.