Remove only

This commit is contained in:
Nick O'Leary 2024-04-02 13:59:15 +01:00
parent 3bd782e62a
commit e9efe493f9
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -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 = [
{"id":"changeNode1","type":"change",rules:[
{ "t": "change", "p": "payload.a", "pt": "msg", "from": "\\d+", "fromt": "re", "to": "NUMBER", "tot": "str" },