Skip to content

Commit 3e948fa

Browse files
author
Petter Andersson
committed
format
1 parent 137ff3a commit 3e948fa

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

source/js/boilerplate.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
describe('<testcase>', () => {
2-
it('<scenario>', () => {
3-
expect(true).toBe(true)
4-
})
5-
})
2+
it('<scenario>', () => {
3+
expect(true).toBe(true);
4+
});
5+
});

source/js/boilerplate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
console.log('{{BPREPLACENAME}}')
1+
console.log('{{BPREPLACENAME}}');

0 commit comments

Comments
 (0)