Skip to content

Commit

Permalink
make room for future/expected unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
customcommander committed Sep 11, 2024
1 parent 513b8b8 commit e7a671d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cucumber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ default:
format:
- summary
paths:
- 'test/**/*.feature'
- 'test/acceptance/**/*.feature'
import:
- 'test/*.js'
- 'test/acceptance/*.js'
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/world.js → test/acceptance/world.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {World, setWorldConstructor} from '@cucumber/cucumber';
import {waitFor} from 'xstate';
import game from '../src/game.js';
import game from '../../src/game.js';

setWorldConstructor(class extends World {

Expand Down

0 comments on commit e7a671d

Please sign in to comment.