Skip to content

Commit c0ea215

Browse files
committed
Put back the import from the test to the grains.ts file
1 parent ea854c7 commit c0ea215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/grains/grains.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Grains from './grains.example'
1+
import Grains from './grains'
22

33
describe('returns the number of grains on the square', () => {
44
it('1', () => {

0 commit comments

Comments
 (0)