Skip to content

Commit

Permalink
Merge pull request #16 from it-harrison/test-xi
Browse files Browse the repository at this point in the history
Test xi
  • Loading branch information
it-harrison authored Nov 21, 2023
2 parents 5c0c1ae + 6540b08 commit c9e88f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/pack-a/app.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
console.log('test!');
const a = 'a';
const a = 'a';
const b = 'b';
3 changes: 2 additions & 1 deletion packages/pack-b/app.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
console.log('testing from pack-b');
console.log('one');
console.log('two');
console.log('three');
console.log('three');
console.log('four');
3 changes: 2 additions & 1 deletion packages/pack-c/app.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
console.log('hello from pack-c');
console.log('...hello once more');
console.log('...hello once more');
const c = 'a';

0 comments on commit c9e88f5

Please sign in to comment.