Skip to content

Commit

Permalink
fix(): Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yoavka committed May 6, 2020
1 parent 9f2408c commit af995ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- codecov/upload:
file: ./coverage/lcov.info

build:
release:
docker:
- image: 'circleci/node:latest'
executor:
Expand All @@ -45,4 +45,10 @@ workflows:
jobs:
- lint
- test
- build
- release
requires:
- lint
- test
filters:
branches:
only: master
2 changes: 1 addition & 1 deletion src/utility/memory/memory.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {noop} from "./memory";
import {noop} from './memory';
import {expect} from 'chai';

describe('memory', () => {
Expand Down

0 comments on commit af995ec

Please sign in to comment.