fix(spec): refs #6879 remove f from describe
gitea/salix/pipeline/pr-master This commit looks good
Details
gitea/salix/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
7b0dd6975d
commit
011880eb72
|
@ -1,6 +1,6 @@
|
||||||
const models = require('vn-loopback/server/server').models;
|
const models = require('vn-loopback/server/server').models;
|
||||||
|
|
||||||
fdescribe('sale usesMana()', () => {
|
describe('sale usesMana()', () => {
|
||||||
const ctx = {req: { accessToken: {userId: 18}}};
|
const ctx = {req: { accessToken: {userId: 18}}};
|
||||||
|
|
||||||
it('should return that the worker uses mana', async() => {
|
it('should return that the worker uses mana', async() => {
|
||||||
|
|
Loading…
Reference in New Issue