Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 6a1e9e9

Browse files
committed
update test paths
1 parent 3f32b8d commit 6a1e9e9

4 files changed

+4
-4
lines changed

test/test-commands.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
assert = require "assert"
22
GridNotation = require "
3-
#{ process.cwd() }/src/GridNotation.coffee
3+
#{ process.cwd() }/src/grid-notation.coffee
44
"
55
GN = GridNotation.notation
66
Unit = GridNotation.unit

test/test-grid-notation.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
assert = require "assert"
22
GridNotation = require "
3-
#{ process.cwd() }/src/GridNotation.coffee
3+
#{ process.cwd() }/src/grid-notation.coffee
44
"
55
GN = GridNotation.notation
66
Unit = GridNotation.unit

test/test-math.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
assert = require "assert"
22
GridNotation = require "
3-
#{ process.cwd() }/src/GridNotation.coffee
3+
#{ process.cwd() }/src/grid-notation.coffee
44
"
55
GN = GridNotation.notation
66
Unit = GridNotation.unit

test/test-units.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
assert = require "assert"
22
GridNotation = require "
3-
#{ process.cwd() }/src/GridNotation.coffee
3+
#{ process.cwd() }/src/grid-notation.coffee
44
"
55
GN = GridNotation.notation
66
Unit = GridNotation.unit

0 commit comments

Comments
 (0)