This codemod remove node_boot.js
as it is no longer supported in jasmin 5.0
Example
Before
const boot = require('jasmine-core/node_boot.js');
After
const boot = require('jasmine-core').boot;
Build custom codemods
Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community