Skip to content

Update @firebase/template to move tests next to source files #2875

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 13, 2020

Conversation

Feiyang1
Copy link
Member

@Feiyang1 Feiyang1 commented Apr 6, 2020

No description provided.

@google-oss-bot
Copy link
Contributor

@@ -57,7 +57,10 @@ const config = {
// preprocess matching files before serving them to the browser
// available preprocessors:
// https://npmjs.org/browse/keyword/karma-preprocessor
preprocessors: { 'test/**/*.ts': ['webpack', 'sourcemap'] },
preprocessors: {
'test/**/*.ts': ['webpack', 'sourcemap'],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we get rid of this pattern since template doesn't have a test/ dir anymore?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This config file is shared with packages that still have tests in the test/ dir, so we need to keep it for now.

@Feiyang1 Feiyang1 merged commit 7f69b70 into master Apr 13, 2020
@Feiyang1 Feiyang1 deleted the fei-template-update branch April 13, 2020 21:40
@firebase firebase locked and limited conversation to collaborators May 14, 2020
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.

3 participants