Skip to content

Commit

Permalink
fix test 5
Browse files Browse the repository at this point in the history
  • Loading branch information
edgonmsft committed May 25, 2022
1 parent 934ae4a commit 63a5ed2
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ describe('validate (offline) generateFeaturesConfig()', function () {

// getFeatureLayers
const actualLayers = await getFeatureLayers(featuresConfig);
const expectedLayers = `RUN cd /tmp/build-features/first_1\\
const expectedLayers = `RUN cd /tmp/build-features/first_1 \\
&& chmod +x ./install.sh \\
&& ./install.sh
RUN cd /tmp/build-features/second_2 \\
&& chmod +x ./install.sh \\
&& ./install.sh
Expand Down

0 comments on commit 63a5ed2

Please sign in to comment.