Skip to content

Commit

Permalink
Merge pull request #63 from vltansky/semantic-release
Browse files Browse the repository at this point in the history
chore: semantic release
  • Loading branch information
vltansky authored Oct 19, 2020
2 parents 31e6555 + fc0fd3d commit d35f907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/typescript.test.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import * as hrtime from '../lib/hrtime';
import * as hrtime from '../dist/hrtime';
describe('TypeScript NodeJS', () => {
test('hrtime() should be function', async () => {
expect(typeof hrtime).not.toBe('undefined');
});

test('process should be defined', async () => {
expect(typeof process).not.toBe('undefined');//test commit
expect(typeof process).not.toBe('undefined');// test commit
});

test('process.hrtime() should be a function', async () => {
Expand Down

0 comments on commit d35f907

Please sign in to comment.