Skip to content

Commit

Permalink
removed tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
c3ho committed Feb 4, 2020
1 parent 4de8ed7 commit 233d090
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/storage.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const RedisMock = require('ioredis-mock');

const {
addFeed,
getFeed,
Expand All @@ -9,18 +7,11 @@ const {
getPost,
getPosts,
getPostsCount,
isInvalid,
} = require('../src/backend/utils/storage');

const Feed = require('../src/backend/data/feed');
const hash = require('../src/backend/data/hash');

const redis = new RedisMock({
data: {
't:feed:testInvalidFeed:invalid': 'invalid',
},
});

describe('Storage tests for feeds', () => {
const feed1 = new Feed('James Smith', 'http://seneca.co/jsmith');
const feed2 = new Feed('James Smith 2', 'http://seneca.co/jsmith/2');
Expand Down

0 comments on commit 233d090

Please sign in to comment.