Skip to content

Commit

Permalink
Update operations test file (add info to describe)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreKavalerski committed Jul 3, 2020
1 parent f5acf55 commit 00d0b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/operations.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { State, StateItem } from "../src/utils/state";
import { operations } from '../src/utils/operations';
import StateItemPosition from '../src/classes/StateItemPosition';

describe('Smoke Tests', () => {
describe('Operations Smoke Tests', () => {
it('should exist applyOperation function', () => {
expect(applyOperation).to.exist;
});
Expand Down

0 comments on commit 00d0b69

Please sign in to comment.