Skip to content

Commit

Permalink
Merge pull request #25 from abetomo/npm_update
Browse files Browse the repository at this point in the history
npm update
  • Loading branch information
abetomo authored Apr 21, 2018
2 parents ba50c99 + 80faca3 commit e736da2
Show file tree
Hide file tree
Showing 3 changed files with 4,214 additions and 1,477 deletions.
4 changes: 2 additions & 2 deletions lib/__tests__/simply_imitated_sqs.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ describe('simply_imitated_sqs', () => {
describe('defaultDbFile()', () => {
test('File path including pid', () => {
expect(sqs.defaultDbFile())
.toMatch(/SimplyImitatedSQS-\d{1,}\.json/)
.toMatch(/SimplyImitatedSQS-\d{1,}\.json/)
})
})

describe('sqs.dbFile variable', () => {
test('File path including pid', () => {
expect(sqs.dbFile)
.toMatch(/SimplyImitatedSQS-\d{1,}\.json/)
.toMatch(/SimplyImitatedSQS-\d{1,}\.json/)
})

test('Specify file path at instance creation', () => {
Expand Down
Loading

0 comments on commit e736da2

Please sign in to comment.