chore: Added more unittests for patterns
This commit is contained in:
parent
13c4cbd779
commit
926e921582
39 changed files with 818 additions and 6 deletions
|
@ -482,7 +482,7 @@ function configurePatternUnitTests(pkg, config) {
|
|||
peerdeps: Object.keys(peerDependencies(pkg, config, 'pattern')).join(' ')
|
||||
};
|
||||
|
||||
for (let file of ["config.test.js"]) {
|
||||
for (let file of ["shared.test.js"]) {
|
||||
fs.writeFileSync(
|
||||
path.join(dest, file),
|
||||
Mustache.render(
|
||||
|
|
|
@ -11,7 +11,7 @@ for d in ../packages/*/ ; do {
|
|||
cd $d
|
||||
# do something here
|
||||
pwd
|
||||
npm run build
|
||||
rm -rf report
|
||||
cd ..
|
||||
}
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue