Skip to content

Commit

Permalink
chore: reverts
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Oct 20, 2023
1 parent 2da81cd commit 6095e18
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions apps/analog-app/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ export default defineConfig(({ mode }) => {
vite: {
inlineStylesExtension: 'scss',
},
nitro: {
preset: 'netlify',
},
}),
nxViteTsPaths(),
visualizer() as Plugin,
Expand Down
2 changes: 1 addition & 1 deletion packages/astro-angular/src/index.spec.mts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import astroPlugin from './index';

describe('angularVitePlugin', () => {
it.skip('should return astro configurations', () => {
it('should return astro configurations', () => {
expect(astroPlugin().name).toEqual('@analogjs/astro-angular');
expect(astroPlugin().hooks).toStrictEqual({
'astro:config:setup': expect.anything(),
Expand Down

0 comments on commit 6095e18

Please sign in to comment.