Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Made material data available to templates and refactored testing #50

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Made material data available to templates and refactored testing #50

wants to merge 5 commits into from

Conversation

phawxby
Copy link

@phawxby phawxby commented May 8, 2017

Added the template data to local data to allow the output of the underlying handlebars template as we intend to package up the underlying handlebar files for usage by other teams.

// Add the data to the output
localData.template = {
  content: fileMatter.content,
  path: file
};

image

Also converted all the testing over to Jest, the test time dropped from 20s to 4s by running in parallel

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant