diff options
Diffstat (limited to 'reuse/features/steps/ramda.js')
| -rw-r--r-- | reuse/features/steps/ramda.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reuse/features/steps/ramda.js b/reuse/features/steps/ramda.js index 1f37247..2bc0b5a 100644 --- a/reuse/features/steps/ramda.js +++ b/reuse/features/steps/ramda.js @@ -1,6 +1,6 @@ import { Before, Given, Then } from '@cucumber/cucumber' import { expect } from 'chai' -import R from 'ramda' +import * as R from 'ramda' function step (name) { this.names.push(name) |
