Node menegaskan

import assert from 'assert/strict';

assert.match('Success!  Unenrolled  profile  with new NPID', /Success/);

// OK
Rich Raccoon