Skip to content

Commit c9e88f5

Browse files
authored
Merge pull request #16 from it-harrison/test-xi
Test xi
2 parents 5c0c1ae + 6540b08 commit c9e88f5

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

packages/pack-a/app.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
console.log('test!');
2-
const a = 'a';
2+
const a = 'a';
3+
const b = 'b';

packages/pack-b/app.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
console.log('testing from pack-b');
22
console.log('one');
33
console.log('two');
4-
console.log('three');
4+
console.log('three');
5+
console.log('four');

packages/pack-c/app.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
console.log('hello from pack-c');
2-
console.log('...hello once more');
2+
console.log('...hello once more');
3+
const c = 'a';

0 commit comments

Comments
 (0)