
committed by
Igor Minar

parent
213baa37b0
commit
f48b343af1
4
packages/es6-subset.d.ts
vendored
4
packages/es6-subset.d.ts
vendored
@ -59,7 +59,7 @@ interface PromiseConstructor {
|
||||
|
||||
interface Function {
|
||||
/**
|
||||
* Returns the name of the function. Function names are read-only and can not be changed.
|
||||
*/
|
||||
* Returns the name of the function. Function names are read-only and can not be changed.
|
||||
*/
|
||||
readonly name: string;
|
||||
}
|
||||
|
@ -8,6 +8,6 @@ echo "#################################"
|
||||
echo "Running platform-server end to end tests"
|
||||
echo "#################################"
|
||||
|
||||
npm install
|
||||
yarn install
|
||||
|
||||
npm run test
|
||||
|
Reference in New Issue
Block a user