Skip to content

Commit

Permalink
fix(markdown-template): Build failure - #422
Browse files Browse the repository at this point in the history
Pass offline:true in loadModelManager

Signed-off-by: K-Kumar-01 <kushalkumargupta4@gmail.com>
  • Loading branch information
K-Kumar-01 committed Jul 2, 2021
1 parent f861c6e commit 57727a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/markdown-template/test/TemplateMarkTransformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function runSuccesses(tests) {
describe('#'+name, function () {
let modelManager;
before(async () => {
modelManager = await ModelLoader.loadModelManager([model],['model.cto'],{ utcOffset: 0 });
modelManager = await ModelLoader.loadModelManager([model],['model.cto'],{ utcOffset: 0, offline: true });
});

it('should create template mark', async () => {
Expand Down

0 comments on commit 57727a2

Please sign in to comment.