mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Remove only
This commit is contained in:
parent
3bd782e62a
commit
e9efe493f9
@ -1011,7 +1011,7 @@ describe('change Node', function() {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only('changes the value of the message property based on a regex', function(done) {
|
it('changes the value of the message property based on a regex', function(done) {
|
||||||
const flow = [
|
const flow = [
|
||||||
{"id":"changeNode1","type":"change",rules:[
|
{"id":"changeNode1","type":"change",rules:[
|
||||||
{ "t": "change", "p": "payload.a", "pt": "msg", "from": "\\d+", "fromt": "re", "to": "NUMBER", "tot": "str" },
|
{ "t": "change", "p": "payload.a", "pt": "msg", "from": "\\d+", "fromt": "re", "to": "NUMBER", "tot": "str" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user