Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-adapter-javascript
Commits
168cee93
Unverified
Commit
168cee93
authored
2 years ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
refactor: use testsuite installed files for tests
parent
11225b04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
cucumber.js
cucumber.js
+1
-1
test/cucumber/adapter/before.steps.js
test/cucumber/adapter/before.steps.js
+1
-1
No files found.
cucumber.js
View file @
168cee93
...
@@ -3,7 +3,7 @@ module.exports = {
...
@@ -3,7 +3,7 @@ module.exports = {
formatOptions
:
{
formatOptions
:
{
snippetInterface
:
"
synchronous
"
snippetInterface
:
"
synchronous
"
},
},
paths
:
[
'
features/**/*.feature
'
],
paths
:
[
'
test/
features/**/*.feature
'
],
require
:
[
'
test/cucumber/**/*.steps.js
'
],
require
:
[
'
test/cucumber/**/*.steps.js
'
],
},
},
};
};
This diff is collapsed.
Click to expand it.
test/cucumber/adapter/before.steps.js
View file @
168cee93
...
@@ -11,8 +11,8 @@ const { fixtures } = require('../../fixtures/server');
...
@@ -11,8 +11,8 @@ const { fixtures } = require('../../fixtures/server');
const
mockValidConfig
=
fixtures
.
get
(
'
config-valid
'
);
const
mockValidConfig
=
fixtures
.
get
(
'
config-valid
'
);
const
mockInvalidConfig
=
fixtures
.
get
(
'
config-invalid
'
);
const
mockInvalidConfig
=
fixtures
.
get
(
'
config-invalid
'
);
const
mockSchema
=
fixtures
.
get
(
'
schema-swagger
'
);
const
mockSchema
=
require
(
'
../../mock/swagger.json
'
);
const
{
GenericProtocol
}
=
require
(
'
../../../dist/protocol
'
);
const
{
GenericProtocol
}
=
require
(
'
../../../dist/protocol
'
);
/**
/**
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment