mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
remove .only
This commit is contained in:
parent
5435c9ebd2
commit
31bc99cd61
@ -44,7 +44,7 @@ describe('unknown Node', function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only('should evaluate a global environment variable that is a JSONata value', function (done) {
|
it('should evaluate a global environment variable that is a JSONata value', function (done) {
|
||||||
const flow = [{
|
const flow = [{
|
||||||
id: "n1", type: "global-config", name: "XYZ",
|
id: "n1", type: "global-config", name: "XYZ",
|
||||||
env: [
|
env: [
|
||||||
|
Loading…
Reference in New Issue
Block a user