mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-14 08:34:26 +02:00
tests also
This commit is contained in:
parent
5522d13f5f
commit
2abf772b6f
4 changed files with 102 additions and 79 deletions
6
spec/first.spec.js
Normal file
6
spec/first.spec.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
describe('Tests', function() {
|
||||
it('should work', function() {
|
||||
expect(1).toBeTruthy();
|
||||
});
|
||||
});
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue