From 53e4c5dba6ede90f0e23b192350b3cc833834523 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 19 Dec 2024 23:54:35 +0100 Subject: Remove babel from the tutorial, assertion, async --- async/features/support/hooks.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'async/features/support/hooks.js') diff --git a/async/features/support/hooks.js b/async/features/support/hooks.js index c86df1e..00ac749 100644 --- a/async/features/support/hooks.js +++ b/async/features/support/hooks.js @@ -1,4 +1,4 @@ -import { BeforeAll, AfterAll } from 'cucumber' +import { BeforeAll, AfterAll } from '@cucumber/cucumber' import express from 'express' let server @@ -16,5 +16,3 @@ BeforeAll(function () { AfterAll(function () { server.close() }) - - -- cgit v1.2.3