Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanPiercey committed Dec 14, 2018
1 parent a515d4a commit 2eebaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/migrate/index.test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";

if (!/^v6\.*/.test(process.version)) {
if (!/^v6\..*/.test(process.version)) {
require("../__util__/test-init");

var path = require("path");
Expand Down

0 comments on commit 2eebaaa

Please sign in to comment.