1
0
Fork 0
mirror of synced 2025-09-22 11:47:57 +00:00
This commit is contained in:
dark64 2022-09-02 11:50:52 +02:00
parent b6aa6fbf55
commit cffa9b99f2
8 changed files with 73 additions and 73 deletions

View file

@ -51,5 +51,5 @@ We enforce strict formatting of `.{js,json,ts}` files in CI. This check is not i
```
npm i -g prettier
prettier --write "./**/*.{js,ts,json}"
prettier --write "./**/*.{js,ts,json}" --ignore-path .gitignore
```

View file

@ -1,17 +1,17 @@
{
"entry_point": "./tests/tests/utils/casts/bool.zok",
"max_constraint_count": 0,
"curves": ["Bn128"],
"tests": [
{
"input": {
"values": []
},
"output": {
"Ok": {
"value": []
}
}
"entry_point": "./tests/tests/utils/casts/bool.zok",
"max_constraint_count": 0,
"curves": ["Bn128"],
"tests": [
{
"input": {
"values": []
},
"output": {
"Ok": {
"value": []
}
]
}
}
]
}

View file

@ -1,17 +1,17 @@
{
"entry_point": "./tests/tests/utils/casts/u16.zok",
"max_constraint_count": 0,
"curves": ["Bn128"],
"tests": [
{
"input": {
"values": []
},
"output": {
"Ok": {
"value": []
}
}
"entry_point": "./tests/tests/utils/casts/u16.zok",
"max_constraint_count": 0,
"curves": ["Bn128"],
"tests": [
{
"input": {
"values": []
},
"output": {
"Ok": {
"value": []
}
]
}
}
]
}

View file

@ -1,17 +1,17 @@
{
"entry_point": "./tests/tests/utils/casts/u32.zok",
"max_constraint_count": 0,
"curves": ["Bn128"],
"tests": [
{
"input": {
"values": []
},
"output": {
"Ok": {
"value": []
}
}
"entry_point": "./tests/tests/utils/casts/u32.zok",
"max_constraint_count": 0,
"curves": ["Bn128"],
"tests": [
{
"input": {
"values": []
},
"output": {
"Ok": {
"value": []
}
]
}
}
]
}

View file

@ -1,17 +1,17 @@
{
"entry_point": "./tests/tests/utils/casts/u64.zok",
"max_constraint_count": 0,
"curves": ["Bn128"],
"tests": [
{
"input": {
"values": []
},
"output": {
"Ok": {
"value": []
}
}
"entry_point": "./tests/tests/utils/casts/u64.zok",
"max_constraint_count": 0,
"curves": ["Bn128"],
"tests": [
{
"input": {
"values": []
},
"output": {
"Ok": {
"value": []
}
]
}
}
]
}

View file

@ -1,17 +1,17 @@
{
"entry_point": "./tests/tests/utils/casts/u8.zok",
"max_constraint_count": 0,
"curves": ["Bn128"],
"tests": [
{
"input": {
"values": []
},
"output": {
"Ok": {
"value": []
}
}
"entry_point": "./tests/tests/utils/casts/u8.zok",
"max_constraint_count": 0,
"curves": ["Bn128"],
"tests": [
{
"input": {
"values": []
},
"output": {
"Ok": {
"value": []
}
]
}
}
]
}

View file

@ -512,4 +512,4 @@
}
}
]
}
}

View file

@ -48,4 +48,4 @@
}
}
]
}
}