You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,6 @@ If you are subjected to or witness unacceptable behavior, or have any other conc
12
12
13
13
If you have suggestions to improve this Code of Conduct, please submit an issue or PR.
14
14
15
-
**Attribution**
15
+
## Attribution
16
16
17
-
This Code of Conduct is adapted from the Angular project available at this page: https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md
17
+
This Code of Conduct is adapted from the Angular project available at this page: <https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md>
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
171
-
170
+
Licensed under the Apache License, Version 2.0 (the "License");
171
+
you may not use this file except in compliance with the License.
172
172
You may obtain a copy of the License at
173
173
174
-
http://www.apache.org/licenses/LICENSE-2.0
174
+
<http://www.apache.org/licenses/LICENSE-2.0>
175
175
176
-
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
177
-
See the License for the specific language governing permissions and limitations under the License.
176
+
Unless required by applicable law or agreed to in writing, software
177
+
distributed under the License is distributed on an "AS IS" BASIS,
178
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
179
+
See the License for the specific language governing permissions and
Copy file name to clipboardExpand all lines: tests/basic.test.js
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
/* eslint-disable */
2
2
constfs=require('fs');
3
+
consttemp=require('temp').track();
3
4
5
+
constexpectedReadmeFirstExecution=`${__dirname}/expected-readme.first-execution.md`;// File that must result from executing the tool providing a readme file with only '### Parameters' and values
4
6
consttestValuesPath=`${__dirname}/test-values.yaml`;// File where the content will end after the tool is executed
5
7
consttestReadmeSubsequentSectionsPath=`${__dirname}/test-readme.md`;// File where the content will end after the tool is executed
6
8
constexpectedReadmeSubsequentSectionsPath=`${__dirname}/expected-readme.md`;// File that must result from executing the tool providing the test README and values
0 commit comments