summaryrefslogtreecommitdiff
path: root/reuse/features/steps/ramda.js
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-07-16 16:39:09 +0200
committerEugen Wissner <belka@caraus.de>2025-07-16 16:39:09 +0200
commitdecd8e9e3d98d79b33c56e1c1a53e11fb5047c4a (patch)
tree70e4c86900f0a2363036d47f440e3269ecff02fb /reuse/features/steps/ramda.js
parentef41c7d7884fa4fae8b6eba53d8fab0f584a97cf (diff)
downloadcucumber-js-demo-decd8e9e3d98d79b33c56e1c1a53e11fb5047c4a.tar.gz
Use node assertions as standard solution
Diffstat (limited to 'reuse/features/steps/ramda.js')
-rw-r--r--reuse/features/steps/ramda.js2
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)