Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: typo comment
  • Loading branch information
Javier Blanco committed Nov 6, 2017
commit b5f6b969df8c3efd7ee83e66f8f997307f9cab9e
2 changes: 1 addition & 1 deletion test/pummel/test-hash-seed.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

// Check that spawn child don't create duplicated entries
// Check that spawn child doesn't create duplicated entries
require('common');
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not seem to work without relative paths, can you change it to require('../common')?

const REPETITIONS = 2;
const assert = require('assert');
Expand Down