File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66/**
77* @callback VMTestIterator
8- * @param {"Node vm"|"Built-in vm" } vmType
8+ * @param {"Node vm"|"JSONPath vm" } vmType
99* @param {BeforeChecker } beforeChecker
1010* @returns {void }
1111*/
1717function checkBuiltInVMAndNodeVM ( cb ) {
1818 [
1919 'Node vm' ,
20- 'Built-in vm'
20+ 'JSONPath vm'
2121 ] . forEach ( ( vmType ) => {
22- const checkingBuiltInVM = vmType === 'Built-in vm' ;
22+ const checkingBuiltInVM = vmType === 'JSONPath vm' ;
2323 cb (
2424 vmType ,
2525 checkingBuiltInVM
Original file line number Diff line number Diff line change 1- import { checkBuiltInVMAndNodeVM } from '../test-helpers/checkBuiltInVM .js' ;
1+ import { checkBuiltInVMAndNodeVM } from '../test-helpers/checkVM .js' ;
22
33checkBuiltInVMAndNodeVM ( function ( vmType , setBuiltInState ) {
44 describe ( `JSONPath - All (${ vmType } )` , function ( ) {
Original file line number Diff line number Diff line change 1- import { checkBuiltInVMAndNodeVM } from '../test-helpers/checkBuiltInVM .js' ;
1+ import { checkBuiltInVMAndNodeVM } from '../test-helpers/checkVM .js' ;
22
33checkBuiltInVMAndNodeVM ( function ( vmType , setBuiltInState ) {
44 describe ( `JSONPath - Custom properties (${ vmType } )` , function ( ) {
Original file line number Diff line number Diff line change 1- import { checkBuiltInVMAndNodeVM } from '../test-helpers/checkBuiltInVM .js' ;
1+ import { checkBuiltInVMAndNodeVM } from '../test-helpers/checkVM .js' ;
22
33checkBuiltInVMAndNodeVM ( function ( vmType , setBuiltInState ) {
44 describe ( `JSONPath - Error (${ vmType } )` , function ( ) {
Original file line number Diff line number Diff line change 1- import { checkBuiltInVMAndNodeVM } from '../test-helpers/checkBuiltInVM .js' ;
1+ import { checkBuiltInVMAndNodeVM } from '../test-helpers/checkVM .js' ;
22
33checkBuiltInVMAndNodeVM ( function ( vmType , setBuiltInState ) {
44 describe ( `JSONPath - Eval (${ vmType } )` , function ( ) {
Original file line number Diff line number Diff line change 1- import { checkBuiltInVMAndNodeVM } from '../test-helpers/checkBuiltInVM .js' ;
1+ import { checkBuiltInVMAndNodeVM } from '../test-helpers/checkVM .js' ;
22
33checkBuiltInVMAndNodeVM ( function ( vmType , setBuiltInState ) {
44 describe ( `JSONPath - Examples (${ vmType } )` , function ( ) {
Original file line number Diff line number Diff line change 1- import { checkBuiltInVMAndNodeVM } from '../test-helpers/checkBuiltInVM .js' ;
1+ import { checkBuiltInVMAndNodeVM } from '../test-helpers/checkVM .js' ;
22
33checkBuiltInVMAndNodeVM ( function ( vmType , setBuiltInState ) {
44 describe ( `JSONPath - Parent selector (${ vmType } )` , function ( ) {
Original file line number Diff line number Diff line change 1- import { checkBuiltInVMAndNodeVM } from '../test-helpers/checkBuiltInVM .js' ;
1+ import { checkBuiltInVMAndNodeVM } from '../test-helpers/checkVM .js' ;
22
33checkBuiltInVMAndNodeVM ( function ( vmType , setBuiltInState ) {
44 describe ( `JSONPath - Properties (${ vmType } )` , function ( ) {
You can’t perform that action at this time.
0 commit comments