refactor: init cypress-cucumber-preprocessor install.

This commit is contained in:
2021-09-02 17:02:45 +02:00
parent 89ec2d42ac
commit 1aa57bbd0a
5000 changed files with 408119 additions and 231 deletions

1
node_modules/coffeeify/example/bar.js generated vendored Normal file
View File

@@ -0,0 +1 @@
module.exports = require('./baz.coffee')(5)

1
node_modules/coffeeify/example/bat.js generated vendored Normal file
View File

@@ -0,0 +1 @@
module.exports = require('./baz.litcoffee')(5)

1
node_modules/coffeeify/example/baz.coffee generated vendored Normal file
View File

@@ -0,0 +1 @@
module.exports = (n) -> n * 111

3
node_modules/coffeeify/example/baz.litcoffee generated vendored Normal file
View File

@@ -0,0 +1,3 @@
Multiply all the things with 111
module.exports = (n) -> n * 111

5
node_modules/coffeeify/example/error.coffee generated vendored Normal file
View File

@@ -0,0 +1,5 @@
#----------------------------------#
# hello, my name is: SµNTtaX E®Rör #
#----------------------------------#
thisIsWrong = , 'waaa'

1
node_modules/coffeeify/example/foo.coffee generated vendored Normal file
View File

@@ -0,0 +1 @@
console.log(require './bar.js')

3
node_modules/coffeeify/example/foo.litcoffee generated vendored Normal file
View File

@@ -0,0 +1,3 @@
Here is a bat
console.log(require './bat.js')

View File

@@ -0,0 +1,7 @@
#----------------------------------#
# hello, my name is: SµNTtaX E®Rör #
#----------------------------------#
'this is very wrong. notice that the first line is''
longer'