chore: name

This commit is contained in:
cha0s 2024-02-13 06:02:56 -06:00
parent 850ec328dc
commit e09e98ff95

View File

@ -5,7 +5,7 @@ import {expect} from 'chai';
import {withServer} from './build/build';
it('propagates bootstrap config', withServer(
it('propagates override config', withServer(
async ({server}) => {
const [{payload: id}, {payload: foo}] = await server.actions([
{type: 'config.get', payload: '@flecks/core.id'},