We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab624ca commit 5f1228bCopy full SHA for 5f1228b
src/apiVerificationSteps.ts
@@ -1,6 +1,6 @@
1
import { DataTable, Then } from '@cucumber/cucumber';
2
import { getValidation } from '@qavajs/validation';
3
-import { MemoryValue, Validation } from '@qavajs/core/src/load';
+import { MemoryValue, Validation } from '@qavajs/core';
4
5
/**
6
* Verifying that response contains all models
0 commit comments