mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 16:38:50 +02:00
6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
describe('Tests', function() {
|
|
it('should work', function() {
|
|
expect(1).toBeTruthy();
|
|
});
|
|
});
|
|
|