Merge branch 'dev' of github.com:SELab-2/Dwengo-1 into lint-action-setup
This commit is contained in:
commit
a8e131b81f
100 changed files with 5183 additions and 12055 deletions
|
@ -4,6 +4,6 @@ describe('Sample test', () => {
|
|||
it('should sum to 2', () => {
|
||||
const expected = 2;
|
||||
const result = 1 + 1;
|
||||
expect(result).toBe(expected);
|
||||
expect(result).equals(expected);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue